In this Project, Firstly, I implemented Convolutional Neural Network to classify dog breeds using Transfer Learning. Transfer learning in which we are using pretrained networks like VGG-16,Resnet, Inception, Xception and many more.
- To classify the breeds of dogs
- numpy
- pandas
- keras
- glob
- matplotlib
- cv2
- sklearn
- tqdm
- PIL
I used jupyter notebook for the implementation
Udacity Deep Learning Nanodegree