Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in AI and Deep Learning by (45k points)

Could someone tell me what is the difference between keras and tf.keras?

1 Answer

0 votes
by (99k points)

Keras and tf.keras is an API specification, that is in use for Deep learning and artificial neural networks.

Keras is an API specification that is used to better describes how a Deep Learning framework ought to implement certain parts that are related to the deep learning model and its training. This API specification supports multiple backends like TensorFlow, Theano, Caffe, etc.

Whereas tf.keras is an API specification that is better explained as the TensorFlow implementation of the Keras API. What this API specification did is that it added up many TensorFlow features support to the framework, and eventually the user could get the best of both the worlds, that is TensorFlow and Keras through a single API specification.

Wish to dive into the exciting new world of Artificial Intelligence, then have a look at our Artificial intelligence course from Intellipaat which offers you with 32hrs of training and 48hrs of projects.

Also, do watch our Keras Training to help you gain better insight.

Browse Categories

...