Keras Deep Learning Cookbook
上QQ阅读APP看书,第一时间看更新

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