Introduction to Keras

Keras is also a popular open source library for deep learning. Keras acts more like a wrapper to ease out building and training models. It uses TensorFlow as its backend. Building complicated deep learning architectures in TensorFlow can get quite tricky due to the complex structure of TensorFlow. Keras provides a very user-friendly coding experience and quick prototyping of models. You can install Keras using Conda:

conda install keras