Skip to content

Hello, This is my first repo, so in this program, I created a neural network with Python and NumPy without using any ML library or high-level API. Hope you find it helpful

Notifications You must be signed in to change notification settings

vikasrathod4299/cat-noncat-with-core-python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cat vs non-cat classifier with core python

NN.py is a main file, I've not add code to classify on your own cat image but you can do it by reading image with with ndimage and resize it(64 x 64) with scipy.misc.imresize. than rescale it with 255 pixel(image/255) and give that image to predict function as parameters.

About

Hello, This is my first repo, so in this program, I created a neural network with Python and NumPy without using any ML library or high-level API. Hope you find it helpful

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages