/CatsVsNotCats

A basic Neural Network

Primary LanguageJupyter Notebook

CatsVsNotCats

A basic Neural Network

This model makes use of only numpy, matplotlib and h5py to create a model for binary classification of cats vs not cats

It is a two layer model

Takes input from h5 files
Does forward propagation
Back propogation to update weights and biases

This model gives training accuracy of 99.99% and testing accuracy of 72%.