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
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%.