Keras


Keras is a Python written API written based on TensorFlow. It is a machine learning platform which is used by companies such as NASA, Youtube, and Waymo.

Keras contains numerous implementations of commonly used neural-network building blocks such as layers, objectives, activation functions, optimizers, and a host of tools to make working with image and text data easier to simplify the coding necessary for writing deep neural network code.

Source: About Keras