https://github.com/lromul/neural-network-eigen
Feedforward neural network with Backpropagation learning based on Eigen library
https://github.com/lromul/neural-network-eigen
Last synced: 6 months ago
JSON representation
Feedforward neural network with Backpropagation learning based on Eigen library
- Host: GitHub
- URL: https://github.com/lromul/neural-network-eigen
- Owner: lRomul
- Created: 2015-12-07T15:34:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T20:07:39.000Z (over 9 years ago)
- Last Synced: 2025-03-27T07:48:57.734Z (6 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neural-network-eigen
Feedforward neural network with Backpropagation learning based on Eigen library