Intro
Keras is a high-level Python API built on top of TensorFlow that allows developers to quickly build, train, and evaluate deep learning models using pre-built layers, losses, and optimizers1.
![]()
Keras is a deep learning API designed for human beings, not machines. Keras focuses on debugging speed, code elegance & conciseness, maintainability, and deployability. When you choose Keras, your codebase is smaller, more readable, easier to iterate on.
Examples
Training a neural network on MNIST with Keras





Run in Google Colab