GitHub topics: micrograd
jason9075/micrograd.cpp
Language: C++ - Size: 7.81 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

automata/mojograd
Implementation of Karpathy's micrograd in Mojo :fire:
Language: Python - Size: 412 KB - Last synced at: about 23 hours ago - Pushed at: over 1 year ago - Stars: 73 - Forks: 3

cllns/micrograd-rb
An implementation of micrograd in Ruby
Language: Ruby - Size: 126 KB - Last synced at: 18 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

derinworks/penr-oz-neural-network-auto-gradients
Implementation of Neural Network service with automatic gradient calculations
Language: Python - Size: 75.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MilanSuk/cmicrograd
C implementation of micrograd
Language: C - Size: 30.3 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

neluca/regrad
A small, elegant and visulized implementation of reverse mode autograd that is distinct from Karpathy's micrograd. Zero dependency.
Language: Python - Size: 568 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

paulopacitti/undergrad
🎓 super small and cute neural net engine, using only numpy
Language: Python - Size: 1.03 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

ckaraneen/micrograduate
📖 A self-contained course to learn the basics of neural networks: from backprop to GPT! 🌻
Language: Jupyter Notebook - Size: 51.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

dvdblk/micrograd-ports
micrograd (smol autodiff lib by @karpathy) ported into Haskell and Swift
Language: Jupyter Notebook - Size: 71.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

noway/yagrad
yet another scalar autograd engine - featuring complex numbers and fixed DAG
Language: Python - Size: 6.84 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 2

mattzcarey/micrograd.zig
small (and partial) autograd engine inspired from Karpathy's micrograd and PyTorch, written in Zig
Language: Zig - Size: 8.79 KB - Last synced at: 19 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

deniztemur00/simplegrad
Simple auto gradient project that supports basic operations written in C++ from scratch.
Language: Python - Size: 86.9 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

reinterpretcat/mikrograd
A toy neural networks library with zero* dependencies
Language: Rust - Size: 66.4 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

tanaydesai/atomgrad
A simple vector valued autograd engine aimed to be between micrograd and tinygrad with a nn library.
Language: Python - Size: 177 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

marcofavorito/micrograd-js
A porting of Karpathy's Micrograd to JS
Language: TypeScript - Size: 492 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 0

elinx/ugrad
A C++ implementation of the scalar-valued autograd engine micrograd
Language: C++ - Size: 2.49 MB - Last synced at: 29 days ago - Pushed at: almost 5 years ago - Stars: 23 - Forks: 2

farrelmahaztra/micrograd-go
Implementation of Andrej Karpathy's micrograd in Go
Language: Go - Size: 21.5 KB - Last synced at: about 17 hours ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

planetopenllms/awesome-micrograd
An awesome collection about micrograd & friends - the tiny built from scratch (about 100 lines of code) autograd engine w/ a PyTorch-like neural net library on top
Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

shettysach/ferrograd
Small scalar autograd engine, inspired from Karpathy's micrograd, with some additional features, such as more activation functions, optimizers and loss criterions. Capable of MNIST classification.
Language: Rust - Size: 6.05 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 5 - Forks: 1

SermetPekin/microgradCpp
MicrogradCPP: A tiny micrograd, inspired by Karpathy's original, but this time in C++.
Language: C++ - Size: 1.65 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

SermetPekin/micrograd Fork of karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
Language: Python - Size: 594 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

tekknolagi/micrograd Fork of karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
Language: Jupyter Notebook - Size: 347 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 5

fszewczyk/shkyera-grad
micrograd, but in C++ and better
Language: C++ - Size: 441 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 7 - Forks: 0

anirban-1009/Neural-net
A Personal Minor project to learn the mere basics of Neural Network
Language: Jupyter Notebook - Size: 20.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

nachiket273/micrograd_rs
A Beginner's implementation of Andrej karpathy's micrograd in Rust.
Language: Rust - Size: 33.2 KB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ArnoldIOI/nanograd
Nanograd is even smaller than micrograd | Autograd implementation with vanilla Python
Language: Python - Size: 2.93 KB - Last synced at: 4 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

shivendrra/axon
numpy written in python from scratch
Language: Python - Size: 1.44 MB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

semioz/semigrad
Implementation of Karpathy's micrograd in Go.
Language: Go - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

chizkidd/Karpathy-Neural-Networks-Zero-to-Hero
Detailed 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.
Language: Jupyter Notebook - Size: 64.5 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

puravparab/micrograd-cpp
a c++ implementation of micrograd
Language: C++ - Size: 28.3 KB - Last synced at: 27 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Jensen-holm/micrograd.go
Go implementation of Karpathy's micrograd
Language: Go - Size: 11.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

sachinio99/karpathy_exercises
Language: Jupyter Notebook - Size: 50.8 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

thomas-gale/micrograd
Micrograd written in Mojo
Language: Mojo - Size: 133 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

faezeh-gholamrezaie/TinyNet
TinyNet: A Lightweight Neural Network Library Powered by micrograd
Language: Jupyter Notebook - Size: 182 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

sam99dave/mmgrad
Andrej Karpathy's Micrograd implementation in Mojo Programming Language
Language: Jupyter Notebook - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Shubbair/MicroGrad-JS
making MicroGrad with Javascript & Interactive Website to show Realtime Graph & Gradient
Language: HTML - Size: 7.16 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

RISHIT7/Machine-Learning
Repository related to machine learning projects and related modules
Language: Jupyter Notebook - Size: 16.4 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

BasicAcid/worstgrad
The worst autograd library.
Language: C - Size: 105 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

akdemironur/micrograd-cpp
micrograd implementation in C++
Language: C++ - Size: 1.6 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

maxschebek/nanograd
An unapologetic mock-off of the awesome micrograd.
Language: Python - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

raisultan/nanograd
Nano autograd engine and a basic neural net library with PyTorch-like feel
Language: Jupyter Notebook - Size: 254 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dishmint/microgradWL
micrograd in the WolframLanguage
Language: Mathematica - Size: 277 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

arman-hk/mingrad
A lean, but mean, autograd engine!
Language: Python - Size: 674 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ali-ramadhan/Micrograd.jl
A Julia implementation of micrograd.
Language: Julia - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

LazaroHurtado/micrograd-rs
Micrograd but in Rust
Language: Rust - Size: 225 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 3

soheil555/nimmicrograd
Nim implementation of micrograd autograd engine
Language: Nim - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

MichaelZalla/micrograd-from-scratch
Code-along repository for Andrej Karpathy's "Spelled-out intro to neural nets" video (https://youtu.be/VMj-3S1tku0).
Language: Jupyter Notebook - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Anri-Lombard/micrograd
Building Andrej Kapathy's micrograd from scratch
Language: Jupyter Notebook - Size: 221 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

iliyaML/experiments
Repository for personal experiments
Language: Jupyter Notebook - Size: 2.51 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

geniegeist/swifty-micrograd
A port of Karpathy's micrograd to Swift
Language: Swift - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

RiwajMainali/biograd
micrograd + biologically close neuron playground
Language: Jupyter Notebook - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

MichaelRinger/micrograd-php
Micrograd implementation in PHP.
Language: PHP - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
