My project to classify cat and dog using pytorch very easy way!
-
Updated
Mar 21, 2023 - Python
My project to classify cat and dog using pytorch very easy way!
In this project we will use a VGG19 network pretrained on the ImageNet dataset to classify a dataset containing images of dogs and cats
A CNN model that classifies Cats and Dogs.
Convolutional Neural Network on Generic Dog-Cat Dataset Dataset which would recognize dog/cat with 94 percent accuracy.
Using VGG16 feature extractor with Scikit-learn Support Vector Machine to train the model to classify dogs and cats. Model accuracy: 94.71%
Add a description, image, and links to the dog-cat topic page so that developers can more easily learn about it.
To associate your repository with the dog-cat topic, visit your repo's landing page and select "manage topics."