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.

img

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

Open In Colab

Footnotes

  1. https://medium.com/@sachinpatel_9603/keras-and-tensorflow-know-the-difference-7a0e99e287f2