Deep Learning Nanodegree Foundation from Udacity
In this exercise we had to build an image classifier RNN using the transfer learning technique with VGGNet trained on the ImageNet dataset to classify images of flowers.
- Transfer Learning
- Classifiers
- My solution: Transfer_Learning.ipynb
- Instructor's solution: Transfer_Learning_Solution.ipynb