8000 GitHub - Ali-Mhrez/micrograd: A minimal scalar-valued autograd engine and neural network library inspired by Andrej Karpathy's backpropagation lecture.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A minimal scalar-valued autograd engine and neural network library inspired by Andrej Karpathy's backpropagation lecture.

Notifications You must be signed in to change notification settings

Ali-Mhrez/micrograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
< 80FF /div>
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Autograd Engine

This project implements a tiny scalar-valued autograd engine, following Andrej Karpathy's excellent lecture on backpropagation. It also includes a small PyTorch-like neural network library built on top of the autograd engine. This repository is a direct copy of the code from the original source.

About

A minimal scalar-valued autograd engine and neural network library inspired by Andrej Karpathy's backpropagation lecture.

Topics

Resources

Stars

Watchers

Forks

0