Notes & Code to go over "Grokking Deep Learning" Book by Andrew Trask
-
Updated
Feb 19, 2024 - Jupyter Notebook
Notes & Code to go over "Grokking Deep Learning" Book by Andrew Trask
Jupyter Notebook that builds a Neural Network from scratch
Github repo for ML Specialization course on Coursera. Contains notes and practice python notebooks.
Implementation of Artificial Neural Network from Scratch using Python and Jupyter Notebook
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.
Add a description, image, and links to the forward-propagation topic page so that developers can more easily learn about it.
To associate your repository with the forward-propagation topic, visit your repo's landing page and select "manage topics."