For anyone interested in deep learning, I'd highly recommend checking out the rest of the articles on his blog. Very interesting and very well explained.
I second that, very well explained it would be nice to have a set of tutorials aimed around this field, like the ones of the matasano crypto challenges.
If you're looking for programming tutorials on deep learning with some theory on the side, I found these perfect: http://www.deeplearning.net/tutorial/
I think it is not acceptable for a webpage to max out my CPU, just by visiting the page. If it does it after I have pressed some button or something, it would be okay.
While I do have Google Analytic, it's just regular Google Analytic and is definitely not responsible for the slow down.
The reason the page is slow is because it does live visualization of a bunch of algorithms on fairly large amounts of data (at least for javscript). There's a bunch of setup that needs to be done.
I could have the visualizations hang for a minute or two when you hit "play", or I can do the setup computations immediately on page load (and so, they're hopefully done by the time you reach the visualizations).
These computations are done in web workers, so that the main thread doesn't freeze up.