Punoxysm comments on Stupid Questions December 2014 - Less Wrong

16 Post author: Gondolinian 08 December 2014 03:39PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (341)

You are viewing a single comment's thread. Show more comments above.

Comment author: Daniel_Burfoot 08 December 2014 11:02:55PM 2 points [-]

And machine learning is a thing which we can't seem to get very far with.

Standard vanilla supervised machine learning (e.g. backprop neural networks and SVMs) is not going anywhere fast, but deep learning is really a new thing under the sun.

Comment author: Punoxysm 10 December 2014 05:17:31AM *  1 point [-]

but deep learning is really a new thing under the sun.

On the contrary, the idea of making deeper nets is nearly as old as ordinary 2-layer neural nets, successful implementations dates back to the late 90's in the form of convolutional neural nets, and they had another burst of popularity in 2006.

Advances in hardware, data availability, heuristics about architecture and training, and large-scale corporate attention have allowed the current burst of rapid progress.

This is both heartening, because the foundations of its success are deep, and tempering, because the limitations that have held it back before could resurface to some degree.