https://github.com/chudleyj/basicneuralnetc-
A basic neural network in C++
https://github.com/chudleyj/basicneuralnetc-
Last synced: 7 months ago
JSON representation
A basic neural network in C++
- Host: GitHub
- URL: https://github.com/chudleyj/basicneuralnetc-
- Owner: Chudleyj
- Created: 2017-03-30T13:57:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T21:23:44.000Z (over 8 years ago)
- Last Synced: 2025-01-14T13:55:53.131Z (9 months ago)
- Language: C++
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BasicNeuralNetC-
A basic neural network in C++
This code was done with the aid of this video tutorial: https://vimeo.com/19569529
The training data can be edited to suit your needs.