samhilmw / CatsVsNotCats

A basic Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic Neural Network


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%