Difference between revisions of "TensorFlow"

From
Jump to: navigation, search
m
m
Line 11: Line 11:
 
* [[Libraries & Frameworks]]
 
* [[Libraries & Frameworks]]
 
* TensorFlow is a [[Python]] library
 
* TensorFlow is a [[Python]] library
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
+
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]
 
* [[Keras]] (currently part of TensorFlow 2.0)
 
* [[Keras]] (currently part of TensorFlow 2.0)
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
 +
* [[Gaming]] ... [[Game-Based Learning (GBL)]] ... [[Games - Security|Security]] ... [[Game Development with Generative AI|Generative AI]] ... [[Metaverse#Games - Metaverse|Metaverse]] ... [[Games - Quantum Theme|Quantum]] ... [[Game Theory]]
 
* [http://venturebeat.com/2019/09/30/google-launches-tensorflow-2-0-with-tighter-keras-integration/ Google launches TensorFlow 2.0 with tighter Keras integration | Khari Johnson]
 
* [http://venturebeat.com/2019/09/30/google-launches-tensorflow-2-0-with-tighter-keras-integration/ Google launches TensorFlow 2.0 with tighter Keras integration | Khari Johnson]
 
* [[TensorFlow.js]]  ... Browser and Node Server
 
* [[TensorFlow.js]]  ... Browser and Node Server

Revision as of 12:18, 21 May 2023

Youtube search... ...Google search



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