85 skills found · Page 1 of 3
tinygrad / TinygradYou like pytorch? You like micrograd? You love tinygrad! ❤️
karpathy / MicrogradA tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
smolorg / Smolgradsmall auto-grad engine inspired from Karpathy's micrograd and PyTorch
mlecauchois / Micrograd CudaNo description available
chizkidd / Karpathy Neural Networks Zero To HeroDetailed python notes & code for lectures and exercises of Andrej Karpathy's course "Neural Networks: Zero to Hero." The course is focused on building neural networks from scratch.
10-zin / Cpp MicrogradA c/c++ implementation of micrograd: a tiny autograd engine with neural net on top.
automata / MojogradImplementation of Karpathy's micrograd in Mojo :fire:
trekhleb / Micrograd Ts🤖 A TypeScript version of karpathy/micrograd — a tiny scalar-valued autograd engine and a neural net on top of it
dorjeduck / MomogradA Learning Journey: Micrograd in Mojo 🔥
j4orz / Teenygrada teaching deep learning framework: the bridge from micrograd to tinygrad
0verread / MinigradAndrej Karpathy's Micrograd in Go
kanpuriyanawab / PicogradRust Implementation of micrograd
Scitator / KittylystA tiny Catalyst-like experiment runner framework on top of micrograd.
Anri-Lombard / MicrogradBuilding Andrej Kapathy's micrograd from scratch
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.
KhawajaAbaid / Micrograd CAndrej Kapathy's micrograd implemented in c
MouslihAbdelhakim / SicrogradScala implementation of Micrograd. A tiny scalar-valued autograd engine and a neural net implementation.
noway / Yagradyet another scalar autograd engine - featuring complex numbers and fixed DAG
shoestringinc / MicrogradrRewrite of Andrej Karpathy Micrograd in Rust
elinx / UgradA C++ implementation of the scalar-valued autograd engine micrograd