/nnn

nano neural nets

Primary LanguageRustCreative Commons Attribution 4.0 InternationalCC-BY-4.0

nnn

(educational) nano neural nets

  • Autograd for f64

Running examples

Install Graphviz 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
# 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