Difference between revisions of "TensorFlow"

From
Jump to: navigation, search
Line 14: Line 14:
 
* [[TensorFlow Lite]] ... Android, iOS, Raspberry Pi
 
* [[TensorFlow Lite]] ... Android, iOS, Raspberry Pi
 
* [[TensorBoard]]
 
* [[TensorBoard]]
 +
* [http://venturebeat.com/2019/03/06/tensorflow-federated-allows-machine-learning-models-to-train-on-data-from-different-locations/ TensorFlow Federated] helps train AI models on data from different locations | Kyle Wiggers - VentureBeat
 
* [http://www.tensorflow.org/tfx TensorFlow Extended] an end-to-end platform for deploying production ML pipelines
 
* [http://www.tensorflow.org/tfx TensorFlow Extended] an end-to-end platform for deploying production ML pipelines
 
* [http://www.tensorflow.org/tfx/guide/tfdv Data Validation (TFDV)] helps developers understand, validate, and monitor their ML data
 
* [http://www.tensorflow.org/tfx/guide/tfdv Data Validation (TFDV)] helps developers understand, validate, and monitor their ML data

Revision as of 20:23, 21 May 2019

Youtube search... ...Google search

tensorflow-2-1-768x426.png


TensorFlow 2.0

TensorFlow 2.0 focuses on simplicity and ease of use, with updates like eager execution, intuitive higher-level APIs, and flexible model building on any platform, tight Keras integration. You can easily ingest datasets via tf.data pipelines, and you can monitor your training in TensorBoard directly from Colaboratory and Jupyter Notebooks. TensorFlow 2.0 and Google Cloud AI make it easy to train, deploy, and maintain scalable machine learning models | Paige Bailey and Barrett Williams - Google

TensorFlow 1.0

Eager Execution (Default in 2.0)

Youtube search...