Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 416 Bytes

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).