Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagr/nnn
nano neural nets
https://github.com/eagr/nnn
Last synced: 27 days ago
JSON representation
nano neural nets
- Host: GitHub
- URL: https://github.com/eagr/nnn
- Owner: eagr
- License: cc-by-4.0
- Created: 2023-04-20T05:24:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-25T09:37:31.000Z (over 1 year ago)
- Last Synced: 2024-10-28T04:00:03.241Z (3 months ago)
- Language: Rust
- Size: 123 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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