Settings

Theme

Show HN: Intro to Machine Learning in Interactive D3.js Visualizations

r2d3.us

128 points by tonyhschu 11 years ago · 12 comments

Reader

brandonb 11 years ago

That's an incredibly good visualization! Both beautiful and clear. Next time I'm explaining machine learning to somebody who's smart but not a computer scientist or statistician, this is where I'll start.

Do you think a future tutorial could demystify deep learning and neural networks? Many people are confused by the backpropgation algorithm, but the way it works is simple and intuitive if you can get beyond the mathematical notation. The way that errors propagate backwards through the neural network is not all that dissimilar from the data flow in your "Growing a tree" section.

Andrej Karpathy has a great library that trains neural networks directly in the browser: cs.stanford.edu/people/karpathy/convnetjs/

  • tonyhschuOP 11 years ago

    Thanks Brandon! We're certainly thinking about it. We'll work out way up there.

therobot24 11 years ago

really nice visual, it'd be cool to see similar illustrations for areas of ML that do more than just separate classes based on a set of features, rather work with your data in more interesting ways (e.g., CNNs learning features, semi-supervised methods for training with unlabelled data, and subspace techniques like CCA that work on a projected version of your data).

  • tonyhschuOP 11 years ago

    Thanks! Yeah absolutely. We are working our way up to those. Our tentative plan is to tackle bias-variance trade-off next, then random forests, then neural networks.

    • therobot24 11 years ago

      oh for sure, just jumping in to these topics is difficult enough. i'm looking forward to what you guys put together next

chrisgd 11 years ago

Really cool. As someone who didn't fully understand what people mean by machine learning, this is great.

leekh 11 years ago

This is great, I can't find the source though.

rpglover64 11 years ago

Any chance of an RSS feed?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection