Skip to content
#

nn-from-scratch

Here are 6 public repositories matching this topic...

Language: All
Filter by language

A scratch-built NumPy implementation of a Fully Connected Neural Network, with a sequential model API, a variety of layers (Linear, ReLU, BatchNorm), loss functions (MSE, SoftmaxCrossEntropy), and a robust training `Solver` to create and train multi-layer perceptrons for both classification and regression.

  • Updated Nov 1, 2025
  • Python

Improve this page

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

Learn more