Thanks to visit codestin.com
Credit goes to github.com

Skip to content
#

micrograd

Here are 15 public repositories matching this topic...

This repository is a clean, educational reimplementation of Andrej Karpathy's micrograd project. It includes: - A minimal autograd engine (`Value` class) built from scratch - Neuron, Layer, and MLP abstractions built directly on top of `Value` - Manual training loop using scalar-based backpropagation along with Visualization

  • Updated May 7, 2025
  • Python

Improve this page

Add a description, image, and links to the micrograd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the micrograd topic, visit your repo's landing page and select "manage topics."

Learn more