1 / 1

How TensorFlow Works

TensorFlow allows developers to make dataflow graphsu2014structures of which describe how info moves through a new graph, or a new series of control nodes. Each client in the chart represents a statistical operation, and each and every connection or border between nodes is definitely a multidimensional info array, or tensor.

Tarun7
Download Presentation

How TensorFlow Works

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How TensorFlow Works TensorFlow allows developers to make dataflow graphs—structures of which describe how info moves through a new graph, or a new series of control nodes. Each client in the chart represents a statistical operation, and each and every connection or border between nodes is definitely a multidimensional info array, or tensor. TensorFlow course provides this all for the coder by the Python language. Python is definitely an easy task to learn and even work with, and supplies convenient ways to be able to express how high-level abstractions can always be coupled together. Systems and tensors inside TensorFlow are Python objects, and TensorFlow applications are them selves Python applications. Typically the actual math businesses, however, are certainly not performed in Python. The libraries regarding transformations that will be available through TensorFlow are written while high- performance C++ binaries. Python just blows traffic between typically the pieces, and supplies high- level programming être to haul it in15309 jointly. TensorFlow applications could be run about a few target honestly, that is convenient: a community machine, a group in the fog up, iOS and Android os devices, CPUs or perhaps GPUs. If an individual use Google’s individual cloud, you may work TensorFlow on Google’s custom TensorFlow Control Unit (TPU) si for further velocity. The resulting types produced by TensorFlow, nevertheless, may be deployed about most any unit where will have them applied to serve estimations. TensorFlow 2. zero, released in March 2019, revamped typically the framework in a lot of ways based about user feedback, to be able to make it much easier to work with (e. g., by applying the relatively very simple Keras API intended for model training) and even more performant. Sent out training is much easier to run due to a new new API, and even support for TensorFlow Lite makes that possible to set up models on a new greater variety regarding platforms. Yet , signal written for before versions of TensorFlow must be rewritten—sometimes only slightly, at times significantly—to take highest good thing about new TensorFlow 2. 0 capabilities.

More Related