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
- Host: GitHub
- URL: https://github.com/csoren66/dog-vs-cat-classification-using-transfer-learning
- Owner: csoren66
- License: mit
- Created: 2022-08-03T10:38:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T10:49:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T19:52:00.803Z (5 months ago)
- Language: Jupyter Notebook
- Size: 772 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
Work flow
