Simple neural network built from scratch in Python explaining each step of propagation.
-
Updated
May 15, 2024
Simple neural network built from scratch in Python explaining each step of propagation.
Educational implementation of a Single Layer Perceptron demonstrating linear regression and gradient descent from scratch in Python.
Comparison and implementation of Perceptron vs SVM from scratch with visualization and decision boundary analysis
Gradient Descent from scratch using Python, NumPy & Matplotlib — covers 1D/2D optimization, Linear Regression, and Vanilla GD vs Momentum comparison. 4 visual Jupyter notebooks. No ML libraries, just pure math and intuitive plots.
Add a description, image, and links to the deep-learning-basics topic page so that developers can more easily learn about it.
To associate your repository with the deep-learning-basics topic, visit your repo's landing page and select "manage topics."