Difference between revisions of "TensorFlow"

From
Jump to: navigation, search
m
m
Line 19: Line 19:
 
[https://news.google.com/search?q=TensorFlow ...Google News]
 
[https://news.google.com/search?q=TensorFlow ...Google News]
 
[https://www.bing.com/news/search?q=TensorFlow&qft=interval%3d%228%22 ...Bing News]
 
[https://www.bing.com/news/search?q=TensorFlow&qft=interval%3d%228%22 ...Bing News]
 
  
 
* [[Python]] ... [[Generative AI with Python|GenAI w/ Python]] ... [[Javascript]] ... [[Generative AI with Javascript|GenAI w/ Javascript]] ... [[TensorFlow]] ... [[PyTorch]]
 
* [[Python]] ... [[Generative AI with Python|GenAI w/ Python]] ... [[Javascript]] ... [[Generative AI with Javascript|GenAI w/ Javascript]] ... [[TensorFlow]] ... [[PyTorch]]

Revision as of 07:08, 9 October 2023

YouTube ... Quora ...Google search ...Google News ...Bing News



TensorFlow 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

GPU

Youtube search...

tf.function

Youtube search...

Eager Execution (Default in 2.0) =

Youtube search...

tf.data - TF Input Pipeline

Youtube search...

tf.distribute

Youtube search...

mesh-TensorFlow

Youtube search...

TensorFlow Probability

Youtube search...

Reinforcement Learning with TF-Agents

Youtube search...

Examples


Tensorflow for Practice Specialization