Difference between revisions of "TensorFlow"
(→TensorFlow 2.0) |
(→TensorFlow 2.0) |
||
| Line 38: | Line 38: | ||
* [http://medium.com/tensorflow/whats-coming-in-tensorflow-2-0-d3663832e9b8 What’s coming in TensorFlow 2.0 | TensorFlow Team - Medium] | * [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://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 47: | Line 46: | ||
<youtube>bNntsCOdFxg</youtube> | <youtube>bNntsCOdFxg</youtube> | ||
<youtube>26t8MfP8Fo0</youtube> | <youtube>26t8MfP8Fo0</youtube> | ||
| + | <youtube>HsgyKcC0f_s</youtube> | ||
| + | <youtube>8bQ7OOZLY_E</youtube> | ||
| + | <youtube>yXIYD0IeTnw</youtube> | ||
==== TensorFlow 1.0 ==== | ==== TensorFlow 1.0 ==== | ||
Revision as of 21:25, 7 April 2019
Youtube search... ...Google search
- Libraries & Frameworks
- TensorFlow.js ... Browser and Node Server
- TensorFlow Serving .. Cloud, On-prem
- TensorFlow Lite ... Android, iOS, Raspberry Pi
- TensorBoard
- TensorFlow Playground
- We’re making tools and resources available so that anyone can use technology to solve problems | Google AI
- Keras
- TensorFlow Workshops click on links to run in Colaboratory
- Machine Learning Crash Course with TensorFlow APIs | Google
- TensorFlow without a PhD | Martin Görner
- Running Tensorflow in Production | Matthias Feys
- Simple Tensorflow Cookbook
- TensorFlow-Course | GitHub
- Git - GitHub and GitLab
- Coding TensorFlow <--- video series
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
- What’s coming in TensorFlow 2.0 | TensorFlow Team - Medium
- What’s in store for ML developers in TensorFlow 2.0? | Jane Elizabeth
TensorFlow 1.0
Eager Execution (Default in 2.0)