https://github.com/diegorezm/neural-network-rust
https://github.com/diegorezm/neural-network-rust
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegorezm/neural-network-rust
- Owner: diegorezm
- Created: 2025-01-02T21:58:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T22:03:07.000Z (5 months ago)
- Last Synced: 2025-01-02T23:18:24.949Z (5 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural network in rust
I want to know more about ML and neural networks, so i made this.Most of what im doing here came from this article: https://sausheong.github.io/posts/how-to-build-a-simple-artificial-neural-network-with-go/