An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with backward-propagation

A curated list of projects in awesome lists tagged with backward-propagation .

https://github.com/rex-8/mnist-4-layer

Implementing a 4 layer neural to identify digits from a 28x28 grid using just python and numpy

backward-propagation deep-learning forward-propagation loss-functions machine-learning mnist-classification neural-network numpy python relu-network

Last synced: 24 Feb 2025

https://github.com/aadityasikder/neural-network-from-scratch-

This notebook demonstrates a neural network implementation using NumPy, without TensorFlow or PyTorch. Trained on the MNIST dataset, it features an architecture with input layer (784 neurons), two hidden layers (132 and 40 neurons), and an output layer (10 neurons) with sigmoid activation.

backward-propagation evaluation forward-propagation mnist-dataset neural-network neural-networks-from-scratch numpy training

Last synced: 30 Mar 2025

https://github.com/mohammedsaqibms/gradient-checking

Gradient Checking: Demonstrates 1D and ND gradient checking techniques to verify the accuracy of gradients in neural networks. Inspired by DeepLearning.AI's Deep Learning Specialization.

backward-propagation deep-learning forward-propagation gradient-checking machine-learning neural-networks numerical-gradients

Last synced: 18 Mar 2025