Skip to content

Dive into Keras source code

This is a series of articles explaining the source code of Keras.

Learning goals

  • Understand the overall code structures.
  • Understand the mechanisms behind the core workflows, including modeling, training, and saving.
  • Understand the core concepts and classes in Keras and TensorFlow.
  • Understand the important TensorFlow API usages in Keras codebase.

Prerequisites

You should understand the basic usages of Keras by reading the following two tutorials.