Convolutional Neural Networks with Keras
We'll be using Keras for creating convolutional neural networks. Much of what you learned in Module 04 will be applicable to this module.
However, there are some additional APIs and concepts you'll need to review.
Tutorials to Review
Please go through the following Keras tutorials:
- Loading Image Data
- Convolutional Neural Networks
- Image Classification
- Data Augmentation
- Fine Tuning an Image Classification Model of Cats vs Dogs
You might also want to keep this Keras API reference page handy, as well as this collection of Keras guides.