Skip to content
/ CNN Public

It's show how to train a model for dog and cat image classifier with python.

Notifications You must be signed in to change notification settings

bm777/CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Convolutional-Neural-Network

This is a convolutional neural network trained with more than 10,000 dogs and cat images respectively. I have built this network three layers deep, giving an accuracy of 87%.

Libraries i used to build the above neural network are :

  • KERAS (Using Tensorflow Backend)
  • Tensorflow (For structuring the ANN)
  • numpy (For numerical computations) The above neural net is 4 layers deep and i even uploaded the weight values of my training session. I got 98% of training accuracy and 87% of testing accuracy.

The dataset is in my drive: here

CNN

About

It's show how to train a model for dog and cat image classifier with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages