Skip to content

Instantly share code, notes, and snippets.

@feyderm
feyderm / Readme.md
Last active January 21, 2017 16:48
z-score to jitterplot

Click z-scores for values, then mouse over for model.

Data is from mtcars.

@feyderm
feyderm / README.md
Last active February 19, 2018 12:59
Exploring Gradient Decent Parameters for Linear Regression
@feyderm
feyderm / .DS_Store
Last active February 3, 2023 22:29
Scatter plot + Brush
@feyderm
feyderm / README.md
Last active February 21, 2017 13:09
Gradient Decent for Logistic Regression
@feyderm
feyderm / README.md
Last active February 23, 2017 17:51
Exploring Gradient Decent Parameters for Logistic Regression

Update of bl.ock to include user-supplied parameters and dragging of data points.

@feyderm
feyderm / README.md
Last active March 4, 2017 02:55
D3 v4 shape drag

Drag 'em!

@feyderm
feyderm / README.md
Last active March 26, 2017 05:58
k-means clustering

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.

@feyderm
feyderm / README.md
Last active April 14, 2017 23:53
Exploring Gradient Descent with Momentum

The green decision boundary uses momentum, while the grey decision boundary does not. Inspired by a recent article on Distill.

@feyderm
feyderm / index.html
Last active April 21, 2017 15:23
I made a mistake...
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.cell {
height: 10px;
width: 10px;
}
</style>
<body>
@feyderm
feyderm / README.md
Last active April 23, 2017 22:24
Cellular automata