An open API service indexing awesome lists of open source software.

https://github.com/csoren66/dog-vs-cat-classification-using-transfer-learning


https://github.com/csoren66/dog-vs-cat-classification-using-transfer-learning

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dog-Vs-Cat-Classification-using-transfer-Learning
Transfer Learning is a Deep learninng techniques where we use a pre-trained model.This pre-trained model is trained for one task and can be re-trained for similar task with smaller dataset.
Transfer Learning gives higher accuracy compared to training models from scratch.


Examples of Pre-Trained Models:


  • VGG-16

  • ResNet50

  • Inception

  • MobileNet V2

  • Work flow

    ![Screenshot (37)](https://user-images.githubusercontent.com/67580321/182590371-604c4864-b6dc-4891-9e81-91d6d2a058d2.png)