Skip to content

L-layer neural network for the very important problem of classifying cat images from non-cat images. :)

Notifications You must be signed in to change notification settings

vdovichevnick/NeuralNetwork_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetworkCatsV1.0

L-layer Neural Network for classifying cat images from non-cat images. Activation functions, forward propagation and back propagation are manually implemented. Relu is used for hidden layers, sigmoid is used for output layer. Cross-Entropy as a Loss Function. The number of layers is a hyperparameter and is specified in the file TrainNN.py . TrainNN.py trains parameters and writes them to a file weights.pkl . Using TryYourImage you can upload an image and find out if there is a cat on it

About

L-layer neural network for the very important problem of classifying cat images from non-cat images. :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages