Skip to content

Implementation of Karapthy's Micrograds in Java and Python that calculates retropropagation for a small network.

Notifications You must be signed in to change notification settings

ilyesrezgui/Micrograds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Micrograds

This repo contains two implementations of micrograd One in java and the other in python. A system for calculating backpropagation for a small neural netword or acyclic oriented graph. We keep track of the nodes using the topological sort algorithm.

For the python implmentation, I have added a UI in streamlit for visualizing the graph before and after performing backpropagation. that way you can keep track of the grads of each node.

About

Implementation of Karapthy's Micrograds in Java and Python that calculates retropropagation for a small network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published