Skip to content
#

autograd-engine

Here are 27 public repositories matching this topic...

Micrograd-from-scratch

This is a minimal, from-scratch implementation of a scalar-valued automatic differentiation (autograd) engine and a small neural network library built on top of it. It follows the ideas behind Andrej Karpathy's micrograd, rebuilt line by line to actually understand how backpropagation works — not just call it.

  • Updated Aug 23, 2026
  • Python
Noise2Noise-Lite-two-ligther-versions-of-the-famous-AI-denoiser-for-small-images

Noise2Noise is an AI denoiser trained with noisy images only. We implemented a ligther version which trains faster on smaller pictures without losing performance and an even simpler one where every low-level component was implemented from scratch, including a reimplementation of autograd.

  • Updated Sep 25, 2022
  • Jupyter Notebook

Add this topic to your repo

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

Learn more