https://github.com/mariofinale/neuralnetwork
Test of a simple object-oriented NN
https://github.com/mariofinale/neuralnetwork
Last synced: 10 months ago
JSON representation
Test of a simple object-oriented NN
- Host: GitHub
- URL: https://github.com/mariofinale/neuralnetwork
- Owner: MarioFinale
- License: gpl-2.0
- Created: 2019-06-30T00:50:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T04:14:44.000Z (about 5 years ago)
- Last Synced: 2025-01-15T06:55:30.309Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuralNetwork
Test of a simple object-oriented NN implementation in c++ using std libraries.