An open API service indexing awesome lists of open source software.

https://github.com/dvorka/mindforger-neural-network

C++ simple neural network library ~ rewrite of ANSI C Genann https://codeplea.com/genann to C++ w/ minor improvements.
https://github.com/dvorka/mindforger-neural-network

ai backpropagation dropout machine-learning neural-network neuron regularization

Last synced: 7 months ago
JSON representation

C++ simple neural network library ~ rewrite of ANSI C Genann https://codeplea.com/genann to C++ w/ minor improvements.

Awesome Lists containing this project

README

          

# mindforger-neural-network
C++ simple neural network library ~ rewrite of GENANN https://codeplea.com/genann from ANSI C.