by shancarter on 4/12/16, 9:57 PM with 116 comments
by erostrate on 4/13/16, 9:21 AM
Before deep learning people would manually design all these extra features sin(x_1), x_1^2, etc. because they thought it was necessary to fit this swiss roll dataset. So they would use a shallow network with all these features like this: http://imgur.com/H1cvt8d
Then the deep learning guys realized that you don't have to engineer all these extra features, you can just use basic features x_1, x_2 and let the network learn more complicated transformations in subsequent layers. So they would use a deep network with only x_1, x_2 as inputs: http://imgur.com/XBRjROP
Both these approaches work here (loss < 0.01). The difference is that for the first one you have to manually choose the extra features sin(x_1), x_1^2, ... for each problem. And the more complicated the problem the harder it is to design good features. People in the computer vision community spent years and years trying to design good features for e.g. object recognition. But finally some people realized that deep networks could learn these features themselves. And that's the main idea in deep learning.
by eggy on 4/13/16, 1:30 AM
[1] http://natureofcode.com/book/chapter-10-neural-networks/
[2] http://www.genetic-programming.com
by nl on 4/13/16, 3:57 AM
From the title and domain I though they either had ported TF to Javascript(!) or we connecting to a server.
by minimaxir on 4/12/16, 10:13 PM
On my phone (Safari/iOS 9.3), the default neural nework doesn't converge at all even after 300 iterations while it does on the desktop, which is legit weird: https://i.imgur.com/KNaXeHH.png
by danielvf on 4/12/16, 10:17 PM
by gojomo on 4/12/16, 11:58 PM
http://ml4a.github.io/dev/demos/cifar_confusion.html http://ml4a.github.io/dev/demos/mnist_confusion.html
Something about the high-speed updating makes me think of WOPR, in 'War Games', scoring nuclear-war scenarios.
by timroy on 4/13/16, 2:02 AM
For someone (like me) who's done a bit of reading but not much implementation, this playground is fantastic!
by CGamesPlay on 4/12/16, 10:52 PM
by _AllisonMobley on 4/12/16, 11:54 PM
by karpathy on 4/13/16, 12:00 AM
by danblick on 4/13/16, 5:59 AM
by halotrope on 4/13/16, 9:25 AM
by Your_Creator on 4/13/16, 5:17 PM
Eventually it will have to be recognized as a new species of life, so I hope programmers, tinkerers and everyone else keeps that in mind because all life must be respected
And this particular form will be our responsibility, we can either embrace it as we continue to merge with our technology, or we can allow ourselves to go extinct like so many other species already have
For the naysayers - ever notice how attached we are to our phones? Many behave as if they are missing a limb without it - it's because they are, the brain adapts rapidly and for many, the brain has adapted to outsourcing our cognition. It used to be books, day runners, journals, diaries - now we have devices and soon they'll be implants or prosthetics
The writers at marvel who came up with the idea of calling iron man's suit a prosthetic were definately onto something and suits like that are probably our best chance of successful colonization of other planets. We'll need ai to be our friend out there, working with us
by aab0 on 4/12/16, 10:41 PM
by sparky_ on 4/13/16, 4:48 AM
And great for challenging your friends in an epic battle of convergence!
by pkaye on 4/13/16, 2:40 AM
by plafl on 4/13/16, 9:20 AM
by nxzero on 4/13/16, 1:03 AM
(Nice, but it's completely unclear what's going on.)
by nkozyra on 4/13/16, 3:45 AM
by hyh1048576 on 4/13/16, 4:19 AM
by icelancer on 4/13/16, 5:01 AM
by imaginenore on 4/13/16, 1:20 AM