Skip to content

roger1337/neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-neural-network

multi layered perceptron made from scratch in C++, currently configured for the MNIST dataset. Features implemented:

  • Stochastic gradient descent
  • Kaiming initialisation
  • Gradient clipping
  • Softmax, ReLU, Cross-Entropy loss

In testing, 96.21% accuracy in MNIST through a 2-layered NN with 128 HU & 3 Epochs

Example image

Example

About

multi layered perceptron made from scratch in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages