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.
- Host: GitHub
- URL: https://github.com/dvorka/mindforger-neural-network
- Owner: dvorka
- License: gpl-3.0
- Created: 2018-04-01T07:25:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T07:25:31.000Z (over 7 years ago)
- Last Synced: 2025-03-09T02:50:00.257Z (7 months ago)
- Topics: ai, backpropagation, dropout, machine-learning, neural-network, neuron, regularization
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mindforger-neural-network
C++ simple neural network library ~ rewrite of GENANN https://codeplea.com/genann from ANSI C.