Skip to content
#

forward-pass

Here are 14 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

Implementasi forward pass Multi-Layer Perceptron (MLP) 1 hidden layer dari nol menggunakan numpy murni (tanpa framework deep learning).

  • Updated Aug 20, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the forward-pass 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 forward-pass topic, visit your repo's landing page and select "manage topics."

Learn more