Crates.io | nanograd |
lib.rs | nanograd |
version | 0.1.2 |
source | src |
created_at | 2023-07-26 03:35:29.082695 |
updated_at | 2023-08-04 21:41:03.188949 |
description | A nano neural network library. Scalar valued types with a PyTorch like API. |
homepage | |
repository | https://github.com/jettblu/nanograd |
max_upload_size | |
id | 926188 |
size | 36,537 |
A simple neural network, written in Rust.
Inspired by Andrej Karpathy. You can find a great video on the topic here.