Skip to content

zenoxygen/dogs-vs-cats-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

dogs-vs-cats-pytorch

This is my solution to the Kaggle challenge Dogs vs. Cats.

In this competition, we have to write an algorithm to classify whether images contain either a dog or a cat.

The dataset provided by Kaggle contains 25,000 images of dogs and cats.

I used a neural network model, DenseNet, trained on ImageNet and available from torchvision.

I achieved an accuracy rate of 97% on new images.

The Jupyter Notebook is directly exported from Google Colaboratory.

About

My solution to the Kaggle challenge "Dogs vs. Cats" using PyTorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published