Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AbhinayBoda/Image-Classification-Cat-Vs-Dog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Cats-Vs-Dogs-Image-Classification

The problem Statements

Given a set of labeled images of cats and dogs, a machine learning model is to be learnt and later it is to be used to classify a set of new images as cats or dogs.

The accuracy on the test dataset is not going to be good in general for the above-mentioned reason. In order to obtain good accuracy on the test dataset using deep learning, we need to train the models with a large number of input images (e.g., with all the training images from the kaggle dataset).

A few sample labeled images from the training dataset are shown below.

Steps of this program:

1.Get the data into python. 2.Prepare the data for the algorithm. 3.Define the Model. 4.Train the model and get the results.

You can Download the DataSet from the link below:

     https://www.kaggle.com/c/dogs-vs-cats/data

Understanding link:

https://www.datasciencecentral.com/profiles/blogs/dogs-vs-cats-image-classification-with-deep-learning-using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published