What is TensorFlow 2.0?
November 24, 2020 2020-12-03 21:16What is TensorFlow 2.0?

TensorFlow one of the most widely used open-source library for machine learning and deep learning applications built by Google. TensorFlow 2.0 is the official second version of this library that encompasses many changes to make users more productive. Some major features highlights of TensorFlow 2.0 are:
- Easy model building with Keras and Eager Execution.
- Robust model deployment in production on any platform.
- Powerful experimentation for research.
- Simplifying the API by cleaning up deprecated APIs and reducing duplication.
You can read more about the changes TensorFlow 2.0 encompasses in this TensorFlow’s official blog. Now, in the next chapter, you will learn to install TensorFlow in your own machine.