Skip to content

End-to-End Machine Learning Predicting Dog Breed

Notifications You must be signed in to change notification settings

mvisanu/DoGVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DoGVision

End-to-End Machine Learning Predicting Dog Breed 🐶 End-to-end Multi-Class Dog Breed Classification This notebook builds an end-to-end multi-class image classifier using TensorFlow 2.0 and TensorFlow Hub.

  1. Problem Identifying a breed of a dog given an image of a dog.

When I'm sitting at the cafe and I take a photo of a dog, I want to know what breed of dog it is.

  1. Data The data we are using is the Kaggle's dog breed identification competition.

https://www.kaggle.com/c/dog-breed-identification/data

  1. Evaluation The evaluation is a file with prediction probabilities for each dog breed of each test image.

https://www.kaggle.com/c/dog-breed-identification/overview/evaluation

  1. Features Some information about the data:

We're dealing with images (unstructured data) so it's probably best we use deep learning/transfer learning. There are 120 breeds of dogs (this mean there are 120 different classes) There are around 10,000+ images in the training set (these images have breed labels) There are around 10,000+ images in the test set (these images have no breed label, because we'll want to predict the dog breed)

About

End-to-End Machine Learning Predicting Dog Breed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published