Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 595 Bytes

File metadata and controls

13 lines (13 loc) · 595 Bytes

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