Skip to content

The classification model using Convolution Neural Network. image classification that predicts whether an image contains a cat or a dog in the given dataset.

Notifications You must be signed in to change notification settings

jayasrireddy19/Image_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Image_classification

The classification model using Convolution Neural Network. image classification that predicts whether an image contains a cat or a dog in the given dataset.

#Download Dataset https://www.kaggle.com/chetankv/dogs-cats-images

#CNN:Convolution Neural Network In machine learning, Convolutional Neural Networks (CNN or ConvNet) are complex feed forward neural networks. CNNs are used for image classification and recognition because of its high accuracy. It was proposed by computer scientist Yann LeCun in the late 90s, when he was inspired from the human visual perception of recognizing things. The CNN follows a hierarchical model which works on building a network, like a funnel, and finally gives out a fully-connected layer where all the neurons are connected to each other and the output is processed.

About

The classification model using Convolution Neural Network. image classification that predicts whether an image contains a cat or a dog in the given dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published