This is a series of articles explaining the source code of Keras.
- 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.
You should understand the basic usages of Keras by reading the following two tutorials.