| Crates.io | micrograd-rs |
| lib.rs | micrograd-rs |
| version | 0.0.3 |
| created_at | 2023-02-11 16:13:27.51252+00 |
| updated_at | 2023-02-11 20:06:36.17818+00 |
| description | Rust implementation of Andrej Karpathy's micrograd scalar-valued engine with basic neural network. |
| homepage | |
| repository | https://github.com/danielway/micrograd-rs |
| max_upload_size | |
| id | 782596 |
| size | 17,456 |
A Rust implementation of Andrej Karpathy's micrograd engine. Implemented as part of a personal exploration into neural networking with applications like danielway/nn-sim.
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API