Skip to content

ved1beta/Microgard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microgard

flixhq.click/tv/love-death-robots/86831 alt text A tiny Autograd engine (with a splash of awesomeness!) that implements backpropagation (reverse-mode autodiff) over a dynamically built Directed Acyclic Graph (DAG) and includes a small neural network library with a PyTorch-like API. Both components are compact, with approximately 100 and 50 lines of code respectively. The DAG operates solely on scalar values, breaking down each neuron into individual small additions and multiplications. Despite its simplicity, this setup is sufficient to construct complete deep neural networks for tasks like binary classification, as demonstrated in the accompanying notebook. Perfect for those who love to learn and tinker with the inner workings of neural networks!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published