This notebook build an multi_class image classifer using TensorFlow 2.X and TensorFlow Hub.
Identifying the breed of a dog given an image of a dog
The data we're using is from Kaggle's dog breed identification competition. https://www.kaggle.com/c/dog-breed-identification/data
I'm using a deep learning/ transfer learning model as we are dealing with images
There are 120 unique breeds of dog to classify the image
There are around 10,000+ images in training set