DEV Community

Cover image for Getting started with Tensorflow 2.0

Getting started with Tensorflow 2.0

Apoorva Dave on May 18, 2019

Tensorflow is an open source platform for machine learning. Using tensorflow, we can easily code, build and deploy our machine learning models. Te...
Collapse
 
cgarciae profile image
Cristian Garcia • Edited

Using the keras API completely is a bad way to showcase tensorflow 2.0. This exact same code works on 1.X, the real goodies come from eager execution, tf.function, being able to make your own training loop, etc.

Collapse
 
apoorvadave profile image
Apoorva Dave

Yes true. Although keras is not the perfect way to show the capabilities of tensorflow 2.0, But this is something to begin with. There is lot more to go.

Collapse
 
mujeebishaque profile image
Mujeeb Ishaque

Your writeups are unique, easy to follow and awesome. Thank You!

Collapse
 
apoorvadave profile image
Apoorva Dave

Thank you 😊