Image Recognition

Problem Description and Data

The Image Recognition problem uses the Cats vs Dogs dataset, which can be downloaded here. Save the dataset in a folder and let’s start coding.

Check also here for a presentation on this problem.

Problem Solution

Solution using Convolutional Neural Network

Solution using Bottleneck Features on VGG16

Exercise

Can we perform the same analysis for multi-class Image Recognition?

Use the excerpt from the CIFAR10 dataset that is available here.

Try this before you check the solution (training, trained model, and testing) and the VGG16 solution (training, bottleneck features, trained model, and testing).


Previous section:
Next section: