Day082 — TensorFlow 2.0

Jacky Tsang
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

  1. Hands on machine learning with scikit-learn keras and tensorflow 2.0 by Aurélien Geron
  2. Deep Learning with Python by Francois Chollet

--

--

No responses yet