Skip to content
#

scalar-autograd

Here are 3 public repositories matching this topic...

Language: All
Filter by language

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 scalar-autograd 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 scalar-autograd topic, visit your repo's landing page and select "manage topics."

Learn more