This repository contains details about my project.
Suppose there's a dog show going to occur in your city and you're going to volunteer in it. They give the department where you have to register dogs along with their characteristics such as color , size etc. Now there may be some mischevious people with cunning nature who would register dogs that aren't even dogs.So I made this classifier to know which are dogs and which aren't.And that along their breed classification.
In this Section we are implementing Convolution Neural Network(CNN) Classifier for Classifying dog and cat images. The Total number of images available for training is 25,000 and final testing is done on seperate 10,000 images.
Note:This problem statement and dataset is taken from this Kaggle competition.
- Jupyter notebook
- Tensorflow 1.10
- Python 3.6
- Matplotlib
- Seaborn
- Scikit-Learn
- Pandas
- Numpy
Install dependencies using conda
Image training set contain 12500 images for each category. I split those into 80% train and 20% means test Split each class images into 10,000 for train and 2,500 for test.
#To run this you will need:
- Dataset of dogs
- Python knowledge
Thank you for visiting my repository
