An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


icon

rustyNetwork


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