Skip to content

WW92030-STORAGE/NEURAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEURAL

Neural Networks and Matrices in C++

  • TODO - Use Eigen to do backpropagation and implement the modular system in Eigen.

NOTES

  • The neural networks here are implemented in both naive C++ and the Eigen C++ library. This is to provide both high-performance implementations and implementations that are easy to read and understand the math behind (without having to translate to linear algebra and back).

About

Neural Networks in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages