Is anyone working on an embodied AI? Even a simulated body might help. Ultimately intelligence is only useful insofar as it guides the body's motion. We often tend to minimize the physical act of say, writing down a theorem or actually applying paint to the canvas, but there are certain actions like playing a musical instrument that certainly blur the distinction between "physical" and "mental". Indeed, even 'purely…
Yann LeCun's comment on AlphaGo and true AI
21–30 of 216 posts
Re: Yann LeCun's comment on AlphaGo and true AI
#22Can someone elaborate the difference between reinforcement learning and unsupervised learning? It seems that I mistakenly think that human learns through reinforcement learning, that we learn by the feedback from the outside world. I mean without feedback from aldult can a baby even learn how to walk?
Not an expert, but my understanding is that humans can learn many things through reinforcement learning, but most of our intelligent decisions are a result of unsupervised learning. For instance, if the stove element was red hot and you touched it, you'd receive a feeling of pain. Reinforcement learning would suggest that you shouldn't do this again, and you might learn to not touch stove elements when they are red h…
Could that be accomplished if NN problems are broken into features, and those features are individually tested against new information? Though you'd need a layer for feature selection, and it still lacks the ability to pick features without training.
Re: Yann LeCun's comment on AlphaGo and true AI
#23Earlier quoted context omitted.
Well, it just seems unlikely that psychology will produce significant insights here, because it mostly just looks at how the brain behaves. While this can be insightful, I doubt that it will explain intelligence in the end, because this happens a layer below. That's precisely what neuroscience covers. The other approach (just thinking about the problem and trying to to build a AI from first principles) is CS. So I wo…
I think someone needs to come up with a good theory of what intelligence even is, then we can try to discover its mechanism(s).
Re: Yann LeCun's comment on AlphaGo and true AI
#24Can someone elaborate the difference between reinforcement learning and unsupervised learning? It seems that I mistakenly think that human learns through reinforcement learning, that we learn by the feedback from the outside world. I mean without feedback from aldult can a baby even learn how to walk?
If you show a human a single unlabeled picture of a platypus (or whatever) they will know instantly with a high degree of certainty that it is a new category of thing and be able to recognize additional images of it as belonging to that class even without being told a label for it.
Our best image classification algorithms can't do that, even with labels they need a lot of example images to learn to identify a new class.
Re: Yann LeCun's comment on AlphaGo and true AI
#25N.B. the genericity of the deepmind stuff that is the basis of AlphaGo makes this seem not entirely far-fetched.
Yum, cake.
Re: Yann LeCun's comment on AlphaGo and true AI
#26Earlier quoted context omitted.
Neural networks are the big driver and arguably were taken from neuroscience. The reason why psychology is 'too high-level' is exactly what is meant with 'we don't understand it', we're approaching the psyche at the macro level of observable traits, but there is a very large gap between the 'wiring' and the 'traits', some of that gap belongs to neuroscience but quite possibly the larger parts belongs to psychology. T…
They were taken from neuroscience... 50 years ago. Since then, very few ideas have been explicitly taken from neuroscience.
Re: Yann LeCun's comment on AlphaGo and true AI
#27Earlier quoted context omitted.
Neural networks are the big driver and arguably were taken from neuroscience. The reason why psychology is 'too high-level' is exactly what is meant with 'we don't understand it', we're approaching the psyche at the macro level of observable traits, but there is a very large gap between the 'wiring' and the 'traits', some of that gap belongs to neuroscience but quite possibly the larger parts belongs to psychology. T…
They were taken from neuroscience... 50 years ago. Since then, very few ideas have been explicitly taken from neuroscience.
The neural networks that were taken 'explicitly from neuroscience' have gone through a vast transformation and that + a whole lot of work on training and other stuff besides is what powers the current crop of AI software. All the way to computers that learn about games, that label images and that drive cars with impressive accuracy to date.
The problem is - and I think that was what the original question was about - that neuroscience is rather very low level. We need something at the intermediate level, a 'useful building block' approach if you will, something that is not quite a fully formed intelligence but also not so basic as plumbing and wiring.
Re: Yann LeCun's comment on AlphaGo and true AI
#28Earlier quoted context omitted.
They were taken from neuroscience... 50 years ago. Since then, very few ideas have been explicitly taken from neuroscience.
Exactly, and even then, half of the details or how real neurons work were ignored or discarded. NN are now often taught by sticking closely to the math and avoiding the term and any reference to biology completely.
Re: Yann LeCun's comment on AlphaGo and true AI
#29I think we need more advances in neuroscience and, I know this will be controversial, psychology before we really know what the cake even is. Edit: I actually think the major AI breakthrough will come from either of those two fields, not computer science.