⭐️ Linear Regression with Gradient Descent in JavaScript (Unvectorized, Visualized)
-
Updated
Dec 28, 2017 - JavaScript
⭐️ Linear Regression with Gradient Descent in JavaScript (Unvectorized, Visualized)
simple machine learning demo
A fast, interactive tool to visualize how different gradient descent algorithms (like vanilla gradient Descent, Momentum, RMSprop, Adam, etc.) navigate complex loss surfaces in real time.
⭐️ Multivariate Linear Regression with Gradient Descent in JavaScript (Vectorized)
A collection of algorithms done in JavaScript with visual demos
D3.js | Visualization of the gradient descent algorithm for linear regression
A stunning text animation demo inspired by award-winning websites, featuring a smooth scroll-based opacity transition effect. This project demonstrates how to create an engaging text reveal animation that responds to user scroll, similar to effects seen on websites like matvoyce.tv and thirtysixstudio.com.
⭐️ Univariate Linear Regression with Gradient Descent in JavaScript (Vectorized)
Index of different Optimization Methods
Draw a circle and see how close you got to drawing a perfect circle.
Learn Machine learning by doing exercises and intuitive animations
Online regression via stochastic gradient descent (SGD).
Incrementally perform binary classification using stochastic gradient descent (SGD).
Interactive labs designed to visualize the behaviour of various Machine Learning algorithms.
🤖 Artificial intelligence (neural network) proof of concept to solve the classic XOR problem. It uses known concepts to solve problems in neural networks, such as Gradient Descent, Feed Forward and Back Propagation.
An interactive demo made for my talk on Tensorflow
Gradient Descent Visualiser
Pure JavaScript implementation of a Multilayer Perceptron (MLP) neural network from scratch using basic math, forward/backpropagation, and gradient descent. No ML libraries. Built for learning and experimentation.
Simple linear regression with gradient descent in JS
Add a description, image, and links to the gradient-descent topic page so that developers can more easily learn about it.
To associate your repository with the gradient-descent topic, visit your repo's landing page and select "manage topics."