Difference between revisions of "TensorFlow"

From
Jump to: navigation, search
(TensorFlow 2.0)
m
Line 16: Line 16:
 
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]
 
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]
 
* [[Keras]]
 
* [[Keras]]
* [http://github.com/tensorflow/workshops TensorFlow Workshops] click on links to run in [[Colaboratory]]
+
* [http://github.com/tensorflow/workshops TensorFlow Workshops] click on links to run in [[Colaboratory]] (Colab)
 
* [http://developers.google.com/machine-learning/crash-course/ Machine Learning Crash Course with TensorFlow APIs | Google]
 
* [http://developers.google.com/machine-learning/crash-course/ Machine Learning Crash Course with TensorFlow APIs | Google]
 
* [http://www.youtube.com/results?search_query=Martin+Gorner TensorFlow without a PhD | Martin Görner]
 
* [http://www.youtube.com/results?search_query=Martin+Gorner TensorFlow without a PhD | Martin Görner]

Revision as of 15:45, 14 April 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...