57 skills found · Page 1 of 2
karpathy / MicrogradA tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
milanm / AutoGrad EngineA complete GPT language model (training and inference) in ~600 lines of pure C#, zero dependencies
Marco-Christiani / ZigradA deep learning framework built on an autograd engine with high level abstractions and low level control.
joey00072 / TinytorchA really tiny autograd engine
enescang / Microgpt VisualizerInteractive visualization of a minimal GPT implementation with autograd engine.
10-zin / Cpp MicrogradA c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.
joelburget / MicrojaxA tiny autograd engine with a Jax-like API
trekhleb / Micrograd Ts🤖 A TypeScript version of karpathy/micrograd — a tiny scalar-valued autograd engine and a neural net on top of it
Mathemmagician / RustygradTiny Autograd engine written in Rust
Jaykef / Micrograd.cPort of Karpathy's micrograd in pure C. Micrograd is a tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.
jewelltaylor / CamlgradToy autograd engine in OCaml with Apple Accelerate backend
danielvegamyhre / Autograd For DummiesA minimal autograd engine and neural network library for machine learning students.
MouslihAbdelhakim / SicrogradScala implementation of Micrograd. A tiny scalar-valued autograd engine and a neural net implementation.
neu-reseau / NeugradThis is a small autograd engine, made purely from numpy and python.
mikex86 / ScicoreA tiny deep learning library written in Java
noway / Yagradyet another scalar autograd engine - featuring complex numbers and fixed DAG
evcu / Numpy Autograda simple implementation of autograd engine
elinx / UgradA C++ implementation of the scalar-valued autograd engine micrograd
bpesquet / PyfitA minimalist neural networks library built on a tiny autograd engine
goktug97 / MinigradAutograd Engine for Python Written in Python C-API for Speed