Skip to content

Instantly share code, notes, and snippets.

View bricedev's full-sized avatar

Brice de la Briere bricedev

View GitHub Profile
@bricedev
bricedev / README.md
Last active March 24, 2016 16:07
Learning rate

Cost function J(θ) convergence for different learning rate α values.

@bricedev
bricedev / README.md
Last active March 24, 2016 16:06
Gradient descent

Linear regression using gradient descent method

@bricedev
bricedev / README.md
Last active March 24, 2016 16:04
Monte-Carlo II

Pi approximation using Monte-Carlo method

@bricedev
bricedev / README.md
Last active March 24, 2016 16:03
Monte-Carlo

Pi approximation using Monte-Carlo method

@bricedev
bricedev / README.md
Last active March 24, 2016 16:02
Area Chart
We couldn’t find that file to show.
@bricedev
bricedev / README.md
Last active March 24, 2016 16:00
Voronoi triggering II

Voronoi triggering for scatter plot inspired by njvack

@bricedev
bricedev / README.md
Last active March 24, 2016 15:59
Voronoi triggering

Voronoi layer to trigger a circle

@bricedev
bricedev / README.md
Last active March 24, 2016 15:52
Unemployment rate

Unemployment rate in french Île-de-France

@bricedev
bricedev / README.md
Last active March 24, 2016 15:51
IIB

As a mathematics student I found this visualization funny. I wanted to implement it.

It is extracted from the book Information is Beautiful.

data: MIT/Wellesley College magazine, Counterpoint (2001)

@bricedev
bricedev / README.md
Last active March 24, 2016 15:51
Word Cloud

Wordcloud implementation of most popular passwords (randomly sized) using the d3-cloud layout by Jason Davies.