In this chapter, we will cover the following recipes:
- CIFAR-10 dataset
- CIFAR-100 dataset
- MNIST dataset
- Load data from a CSV file
- Models in Keras - getting started
- Sequential models
- Shared layer models
- Keras functional APIs
- Keras functional APIs - linking the layers
- Image classification using Keras functional APIs