Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural

Fully connected feedforward neural network trained with stochastic gradient descent on the MNIST database.

  • Q to guess the digit,
  • C to clear the screen.
  • G to toggle the grid.
  • Left click to draw.
  • right click to erase.
g++ main.cpp network.cpp train.cpp -o main `sdl2-config --cflags --libs` -lm

Neural

About

Fully connected feedforward neural network trained with stochastic gradient descent on the MNIST database.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages