Difference between revisions of "TensorFlow"

From
Jump to: navigation, search
Line 21: Line 21:
 
** [[Swift]]
 
** [[Swift]]
  
n TensorFlow 2.0, eager execution is enabled by default, with tight Keras integration. You can easily ingest datasets via tf.data pipelines, and you can monitor your training in TensorBoard directly from Colab and 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 Cloud AI make it easy to train, deploy, and maintain scalable machine learning models | Paige Bailey and Barrett Williams - Google]
+
In TensorFlow 2.0, eager execution is enabled by default, with 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]

Revision as of 12:00, 7 April 2019

Youtube search... ...Google search

In TensorFlow 2.0, eager execution is enabled by default, with 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