Skip to content
#

sgd

Here are 86 public repositories matching this topic...

A Python project implementing a neural network framework from scratch using NumPy. Includes fully connected (Dense) layers, ReLU and Sigmoid activations, a simple SGD optimizer, and a minimal training loop. Designed for hands-on learning of neural network fundamentals without relying on any deep learning frameworks

  • Updated Apr 1, 2026
  • Python

A from-scratch implementation of feedforward neural networks using NumPy. Developed for the Artificial Intelligence Fundamentals course at the University of Parma, featuring manual backpropagation, mini-batch SGD, and inverted dropout on the MNIST dataset.

  • Updated Feb 23, 2026
  • Python

Improve this page

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

Learn more