Keras Model APIs
teach the main Keras ways to define models.
Units
- Unit 03.00: 03.00 Layers, inputs, outputs, and model summaries
- Unit 03.01: 03.01 Sequential API for simple stacks
- Unit 03.02: 03.02 Functional API for multi-step graphs
- Unit 03.03: 03.03 Subclassed models and when to avoid them early
- Unit 03.04: 03.04 Inspecting parameters and model capacity
- Unit 03.05: 03.05 Project step: build the same small model two ways
