Projects in Awesome Lists tagged with backward-propagation
A curated list of projects in awesome lists tagged with backward-propagation .
https://github.com/PPPW/deep-learning-random-explore
backward-propagation cnn-architecture deep-learning fastai keras lstm
Last synced: 01 May 2025
https://github.com/pppw/deep-learning-random-explore
backward-propagation cnn-architecture deep-learning fastai keras lstm
Last synced: 20 Dec 2024
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/jaewonson37/neural_networks_and_deep_learning1
adam-optimizer backward-propagation cost-functions forward-propagation gredient-decent machine-translation momentum multilayer-perceptrons neural-network-training neural-style-transfer numpy rmsprop xor-logical-operator
Last synced: 07 Apr 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