Skip to content

Jatin-7/ML-Project-3-Multi-Class-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ML-Project-3

Machine Learning project - Multi-Class Classification

  • This project aims at identifying the breed of a dog given it's image
  • The problem statement is taken from Kaggle
  • The data is downloaded from Kaggle
  • This project uses an existing model MobileNet V2
  • Libraries and Models used:
    • numpy
    • matplotlib
    • pandas
    • TensorFlow
    • TensorFlow Hub
    • MobileNet V2