Skip to content

HenryZDev/SimpleNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleNN

Simple C++ implementation of Neural Network for MNIST task (Accuracy 93%~96%).

Features

  • Easy to instantiate a network
  • Forward Propagation
  • Backward Propagation
  • Stochastic Gradient Descent
  • Adam Optimizer
  • Minor Performance Optimization based on OpenMP

Acknowledgments

This project uses mnist library for MNIST dataset parsing.

About

Simple C++ implementation of Neural Network for MNIST task (Accuracy 93%~96%)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors