Skip to content

PavelFalta/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Neural Network from scratch

  • showcasing MNIST numbers classification
  • using only numpy
  • achieves about 0.98 F1 on 1_000 iteration cycles (no hyperparam optimalization)
  • made to closely understand the inner workings of simple perceptrons

gd

About

NN from scratch for MNIST classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages