| Crates.io | micrograd_rs_nt |
| lib.rs | micrograd_rs_nt |
| version | 0.1.0 |
| created_at | 2024-09-19 18:28:07.865636+00 |
| updated_at | 2024-09-19 18:28:07.865636+00 |
| description | Rust implementation of Andrej Karpathy's micrograd scalar-valued engine. |
| homepage | |
| repository | https://github.com/nachiket273/micrograd_rs |
| max_upload_size | |
| id | 1380577 |
| size | 43,678 |
A Rust Beginner's implementation of Andrej karpathy's micrograd.
Here's Link to the YouTube video.
Also thanks to micrograd-rust for reference implementation in rust.
==============================================
===============================================

==========================================
graph visulization using libraries like graphviz
Implementation of Tensor type library from scratch
Improve implementation of MLP, activations etc for Tensors.