Difference between revisions of "TensorFlow"

From
Jump to: navigation, search
Line 20: Line 20:
 
* [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]
* [[Git - GitHub and GitLab]]
 
 
* [http://www.slideshare.net/matthiasfeys/running-tensorflow-in-production/1 Running Tensorflow in Production | Matthias Feys]
 
* [http://www.slideshare.net/matthiasfeys/running-tensorflow-in-production/1 Running Tensorflow in Production | Matthias Feys]
* [http://medium.com/tensorflow/whats-coming-in-tensorflow-2-0-d3663832e9b8 What’s coming in TensorFlow 2.0 | TensorFlow Team - Medium]
 
* [http://jaxenter.com/ml-tensorflow-2-0-154466.html What’s in store for ML developers in TensorFlow 2.0? | Jane Elizabeth]
 
 
* [http://www.notion.so/Simple-Tensorflow-Cookbook-6f4563d0cd7343cb9d1e60cd1698b54d Simple Tensorflow Cookbook]
 
* [http://www.notion.so/Simple-Tensorflow-Cookbook-6f4563d0cd7343cb9d1e60cd1698b54d Simple Tensorflow Cookbook]
 
* [http://github.com/machinelearningmindset/TensorFlow-Course TensorFlow-Course | GitHub]
 
* [http://github.com/machinelearningmindset/TensorFlow-Course TensorFlow-Course | GitHub]
 
+
* [[Git - GitHub and GitLab]]
  
 
* Related...
 
* Related...
Line 39: Line 36:
 
==== TensorFlow 2.0 ====
 
==== 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 [http://jupyter.org/index.html Jupyter] Notebooks.  [http://cloud.google.com/blog/products/ai-machine-learning/tensorflow-2-0-and-cloud-ai-make-it-easy-to-train-deploy-and-maintain-scalable-machine-learning-models 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 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 [http://jupyter.org/index.html Jupyter] Notebooks.  [http://cloud.google.com/blog/products/ai-machine-learning/tensorflow-2-0-and-cloud-ai-make-it-easy-to-train-deploy-and-maintain-scalable-machine-learning-models 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]
 +
 +
* [http://medium.com/tensorflow/whats-coming-in-tensorflow-2-0-d3663832e9b8 What’s coming in TensorFlow 2.0 | TensorFlow Team - Medium]
 +
* [http://jaxenter.com/ml-tensorflow-2-0-154466.html What’s in store for ML developers in TensorFlow 2.0? | Jane Elizabeth]
  
 
<youtube>b5Rs1ToD9aI</youtube>
 
<youtube>b5Rs1ToD9aI</youtube>
Line 58: Line 58:
 
<youtube>skf35x1lNV4</youtube>
 
<youtube>skf35x1lNV4</youtube>
 
<youtube>Q6ERFwQNkzo</youtube>
 
<youtube>Q6ERFwQNkzo</youtube>
 
  
 
==== Eager Execution (Default in 2.0) ====
 
==== Eager Execution (Default in 2.0) ====

Revision as of 20:14, 7 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...