- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 53字
- 2021-06-10 19:38:50
Working with Keras Datasets and Models
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