https://github.com/kuaikuaikim/rust-neural-net
A simple back propagation neural net implement written by rust
https://github.com/kuaikuaikim/rust-neural-net
Last synced: about 1 month ago
JSON representation
A simple back propagation neural net implement written by rust
- Host: GitHub
- URL: https://github.com/kuaikuaikim/rust-neural-net
- Owner: kuaikuaikim
- Created: 2017-04-19T09:03:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T09:03:01.000Z (over 8 years ago)
- Last Synced: 2025-03-11T22:26:49.127Z (7 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-neural-net
A simple back propagation neural net implement written by rust