Skip to content

Narukara/mnist_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST from scratch

  • Fully connected 3-layer neural network
  • Just use numpy, no pytorch
  • Reach over 95% accuracy (on test set)
  • Adjustable hidden layer size, activation function, learning rate, etc.

r1


Referenced MLForNerds/DL_Projects