Click z-scores for values, then mouse over for model.
Data is from mtcars.
Forked from Brice Pierre de la Briere to include user-supplied parameters and plot of J(θ) over iterations.
Mock data is from the week 3 programming exercise of Andrew Ng's machine learning course on Coursera.
Update of bl.ock to include user-supplied parameters and dragging of data points.
Drag 'em!
Data are a sample from the S2 dataset of P. Fränti and O. Virmajoki, "Iterative shrinking method for clustering problems", Pattern Recognition, 39 (5), 761-765, May 2006.
Reload to explore local minima.
The green decision boundary uses momentum, while the grey decision boundary does not. Inspired by a recent article on Distill.
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .cell { | |
| height: 10px; | |
| width: 10px; | |
| } | |
| </style> | |
| <body> |
Inspired by a recent report on how cellular automata generates skin color patterns in lizards.