Questions
Let’s test what we learned in this chapter:
- Using the test notebook, load the cat and dog dataset.
- Preprocess the image data using the image data generator.
- Use a VGG16 model as a feature extractor and build a new CNN model.
- Unfreeze 40 layers of an InceptionV3 model and build a new CNN model.
- Evaluate both the VGG16 and InceptionV3 models.