Preface: AlphaGo is an amazing achievement and does show an interesting advancement in the field. Yet ... it really doesn't mean almost anything that people are predicting it to mean. Slashdot went so far as to say that "We know now that we don't need any big new breakthroughs to get to true AI". The field of ML/AI is in a fight where people want more science fiction than scientific reality. Science fiction is sexy,…
- As all problems can be converted to Markov Decision Processes, this is a moot point. The transition may not be efficient in terms of states/actions, but since we just nearly solved a problem with more states than the atoms of the universe, this seems to be a moot point. In addition, most problems for humans are actually in the form of {state,action}. Just because now ML is popular and it's all about putting label o…
Yann LeCun's comment on AlphaGo and true AI
131–140 of 216 posts
Re: Yann LeCun's comment on AlphaGo and true AI
#132Ah, the joys of arguing about artificial intelligence without ever defining intelligence. It is the perfect argument, everyone can forcefully make their points forever, and we'll be none the wiser whether this AI is 'true AI' or not.
Re: Yann LeCun's comment on AlphaGo and true AI
#133Ah, the joys of arguing about artificial intelligence without ever defining intelligence. It is the perfect argument, everyone can forcefully make their points forever, and we'll be none the wiser whether this AI is 'true AI' or not.
As I have said elsewhere, I will agree we have achieved true AI when a program, uncoached, creates a persuasive argument that it is intelligent. One nice feature of this test is that you don't have to define intelligence precisely beforehand. Of course, that does not give a specification for developers to work to, but that is the case we have now, anyway.
I've known people who've been unable to create a persuasive argument that they are intelligent (or unwilling), and I've know intelligent dogs unable to argue for anything, persuasive or not. I don't fancy your chances of having your definition become the standard.
Re: Yann LeCun's comment on AlphaGo and true AI
#134Earlier quoted context omitted.
- As all problems can be converted to Markov Decision Processes, this is a moot point. The transition may not be efficient in terms of states/actions, but since we just nearly solved a problem with more states than the atoms of the universe, this seems to be a moot point. In addition, most problems for humans are actually in the form of {state,action}. Just because now ML is popular and it's all about putting label o…
This is besides your main point, but I just want to add that the 'problem' of Go is not nearly solved. Rather, nearly solved is the problem of beating a human Go player. There is quite a difference.
Re: Yann LeCun's comment on AlphaGo and true AI
#135Preface: AlphaGo is an amazing achievement and does show an interesting advancement in the field. Yet ... it really doesn't mean almost anything that people are predicting it to mean. Slashdot went so far as to say that "We know now that we don't need any big new breakthroughs to get to true AI". The field of ML/AI is in a fight where people want more science fiction than scientific reality. Science fiction is sexy,…
I took a closer read through the AlphaGo paper today. There are some other features that make it not general. In particular, the initial input to the neural networks is a 19×19×48 grid, and the layers of this grid include information like: - How many turns since a move was played - Number of liberties (empty adjacent points) - How many opponent stones would be captured - How many of own stones would be captured - Num…
Re: Yann LeCun's comment on AlphaGo and true AI
#136Can someone more knowledgeable explain why biological systems are considered unsupervised instead of reinforcement based systems? While it seems intuitive that most individual "intelligent" systems in animals can be seen as unsupervised, isn't life itself driven in a reinforced manner?
If child gets external reward for every waking moment until she is 12 years old, it's just 4.2 million signals.
Reinforcement learning works for fine motor control and other tasks where the feedback loop is tight and immediate. Reinforcement and conditioning can also modulate high level cognition and behavior, but it's not the secret sauce of learning.
Re: Yann LeCun's comment on AlphaGo and true AI
#137If you look at how child learns, it's huge amount of supervised learning. Parents spend lots of time in do and don't and giving specific instructions on everything from how to use toilet to how to construct a correct sentence. Lots of language development, object identification, pattern matching, comprehension, math skills, motor skills, developing logic - these activities has huge amount of supervised training that…
Reinforcement learning works for fine motor control and other tasks where the feedback loop is tight and immediate. Reinforcement and conditioning can also modulate high level cognition and behavior, but it's not the secret sauce of learning.
Re: Yann LeCun's comment on AlphaGo and true AI
#138Re: Yann LeCun's comment on AlphaGo and true AI
#139Re: Yann LeCun's comment on AlphaGo and true AI
#140Earlier quoted context omitted.
- As all problems can be converted to Markov Decision Processes, this is a moot point. The transition may not be efficient in terms of states/actions, but since we just nearly solved a problem with more states than the atoms of the universe, this seems to be a moot point. In addition, most problems for humans are actually in the form of {state,action}. Just because now ML is popular and it's all about putting label o…
This is besides your main point, but I just want to add that the 'problem' of Go is not nearly solved. Rather, nearly solved is the problem of beating a human Go player. There is quite a difference.
And it is very likely that it will never be, the number of combinations is simply too large.