https://github.com/frehburg/rusty_network
Learning rust and implementing a neural network from scratch
https://github.com/frehburg/rusty_network
learning-rust neural-network rust
Last synced: 3 days ago
JSON representation
Learning rust and implementing a neural network from scratch
- Host: GitHub
- URL: https://github.com/frehburg/rusty_network
- Owner: frehburg
- License: mit
- Created: 2023-10-13T13:23:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T22:05:49.000Z (over 2 years ago)
- Last Synced: 2023-10-17T17:52:49.659Z (over 2 years ago)
- Topics: learning-rust, neural-network, rust
- Language: Rust
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I will be learning [Rust](https://www.rust-lang.org/) in this repository by creating a neural network
```
_~^~^~_
\) / o o \ (/
'_ u _'
\ '-----' /
```
## Planned Versions
### Version 0: Learning Rust
Since I am completely new to rust I will first be learning the basics and necessary libraries.
### Version 1: Neural Network
#### Version 1.1: Basic Network
##### Version 1.1.1: Basic Network with Sigmoid Activation
##### Version 1.1.2: Add more Activation Functions
### Version 2: GUI
#### Version 2.1: Show Network Structure
#### Version 2.2: Visual Editor for Networks
#### Version 2.3: Show Network Training