Skip to content

tilkb/uNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uNet

Minimalistic fully connected neural network library.

Run training on MNIST

make download
make compile
./main

Examples

  • Accuracy on MNIST: 97.09%

    • Hidden layers: 400-50 ReLu activation
  • Accuracy on MNIST: 98.08%

    • Hidden layers: 800 Sigmoid activation

About

Minimalistic NN framework implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published