Skip to content

prateeksawhney97/cat-vs-noncat-L-layer-deep-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat-vs-noncat-L-layer-deep-neural-network

Implementing a L layer Neural Network with 4 layers for a cat vs noncat classification. The input is a (64,64,3) image which is flattened to a vector of size (12288,1).

Result :

Train accuracy is 0.9856 and test accuracy is 0.8.

Releases

No releases published

Packages

No packages published

Languages