Dog classification using CNN transfer learning

This is the project I did in ECE 539 class. The result is pretty good, and I wish to show the result I have achieved. Introduction The primary task of this project is to use Convolution Neural Network (CNN) to identify different types of dogs base on their images. The Dataset This project uses Stanford Dogs Dataset. 20,580 images from 120 species are used in the project. As the result of the size of the dataset, I used transfer-learning strategy rather than training from the sketch.[…]

Continue reading …