Slide 8
Slide 8 text
@margaretmz | #MachineLearning #GDE
TensorFlow model building APIs
TensorFlow is a deep learning
framework for both research &
production
Write TensorFlow code in C++,
Python, Java, R, Go, SWIFT, JavaScript
Deploy to CPU, GPU, TPU, Mobile,
Android Things, Raspberry Pi
tf.*
tf.layers
tf.keras
Custom Estimator
Premade Estimator
← Low level
← Mid level
(moving to tf.keras in TF 2.0)
← High level
← Model in a box
← Distributed execution,
tf serving
8
TensorFlow 2.0 Beta just got announced! | My Notes on TensorFlow 2.0