Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eagr/nnn

nano neural nets
https://github.com/eagr/nnn

Last synced: 27 days ago
JSON representation

nano neural nets

Awesome Lists containing this project

README

        

# nnn

(educational) nano neural nets

* Autograd for `f64`

## Running examples

Install [Graphviz](https://graphviz.org/download/) and make sure the `dot` executable is added to the path.

Install Jupyter notebook.

* on Debian or Ubuntu: `sudo apt install jupyter-notebook`
* on macOS: `brew install jupyter`

```sh
# install evcxr_jupyter
cargo install evcxr_jupyter
# add Rust kernel
evcxr_jupyter --install
# if you haven't added the source of Rust std
rustup component add rust-src
# run Jupyter
jupyter notebook
```

## License

[![CC BY 4.0][cc-by-image]][cc-by]

[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png