Getting Your Hands Dirty With TensorFlow 2.0 and Keras API

Getting Your Hands Dirty With TensorFlow 2.0 and Keras API

TensorFlow 2.0 comes with Keras packaged inside, so there is no need to import Keras as a separate module (although you can do this if you need). The TensorFlow 2.0 API is simplified and improved. This is good news for us machine learning developers.

This is how you import Keras from TensorFlow: