Skip to content

Cat v/s Dog classifier using transfer learning with MobileNet

Notifications You must be signed in to change notification settings

iamanshika/Cat_and_Dog-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Cat_and_Dog-Classifier

Cat v/s Dog classifier using transfer learning with MobileNet INTRODUCTION: TRANSFER LEARNING

Transfer learning allows us to train deep networks using significantly less data then we would need if we had to train from scratch. With transfer learning, we are in effect transferring the “knowledge” that a model has learned from a previous task, to our current one. The idea is that the two tasks are not totally disjoint, and as such we can leverage whatever network parameters that model has learned through its extensive training, without having to do that training ourselves.

Transfer learning has been consistently proven to boost model accuracy and reduce require training time. Less data, less time, more accuracy. My model can classify Cats and Dogs and had achieved validation accuracy as ~94%.

Dependencies:

Following are the dependencies and their installation commands:

  • Keras conda install -c conda-forge keras
  • OpenCV conda install -c conda-forge opencv
  • Numpy conda install -c anaconda numpy

About

Cat v/s Dog classifier using transfer learning with MobileNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published