Day082 — TensorFlow 2.0
1 min readJun 4, 2019
I watched a youtube video today about the upcoming change to TensorFlow.
Ways to tell that is a 1.x tutorial
- tf.enable_eager_execution
- session.run
- tf.placeholder
- feed_dict
Book recommendation
- Hands on machine learning with scikit-learn keras and tensorflow 2.0 by Aurélien Geron
- Deep Learning with Python by Francois Chollet