Skip to content

h-0-0/NeuralNetcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetcpp

Neural Network written from scratch in C++ with unit testing (using google test). Currently supports:

  • Creating and training a feedforward neural network with SGD using the MSE as the loss

Future roadmap:

  • Add functionality for easily handling and training on data 🔘
  • Add more activation functions
  • Add more loss functions
  • Optimize code, including getting it to work on GPU's
  • Different optimizers (eg. SGD with momentum, Adam, etc.)
  • Different layer types (eg. convolutional)
  • Examples that use the library

About

Neural Network written from scratch in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published