The headline for this piece is clickbait. AlphaGo is AI, it's just not strong AI. No AI is strong AI for the moment, but that doesn't mean that the AI we have is uninteresting or a dead end, as the author seems to think. The author and his editors deliberately conflate the two terms in the headline, and clarify after about a paragraph. Sure, AlphaGo is not strong AI. And Abraham Lincoln is dead. And there are lots of…
So, basically the Chinese Room brouhaha all over again...
AlphaGo Is Not AI
71–80 of 172 posts
Re: AlphaGo Is Not AI
#72Earlier quoted context omitted.
is there any research into making a "generic" AI that can solve any problem without the researcher first having to know what that problem is? i.e., human style learning.
Machine learning algorithms can solve many problems without knowing what they really are, only given examples (sometimes even without labels when unsupervised learning applies). We are still quite far from anything we could call "human-style learning" though, but definitely getting there (just look at all the recent publications with reinforcement learning and elaborate ways to use memory in neural nets).
1. dynamically notice world-features ("instrumental goal features") that seem to correlate with terminal reward signals;
2. build+train entirely new contextual sub-models in response, that "notice" features relevant to activating the instrumental-goal feature;
3. shape goal-planning in terms of exploiting sub-model features to activate instrumental goals, rather than attempting to achieve terminal preferences directly. (And maybe also in terms of discovering sense-data that is "surprising" to the N most-useful sub-models.)
In other words, the AI should be able to interact with reward-stimuli at least as well as Pavlov's dog.
Right now, ML research does include the concept of "general game-playing" agents—but AFAIK, these agents are only expected to ever play one game per instance of the agent, with the generality being in how the same algorithm can become good at different games when "born into" different environments.
Humans (most animals, really) can become good at far more than a single game, because biological minds seem to build contextual models, that communicate with—but don't interfere with—the functioning of the terminal-preference-trained model.
So: is anyone trying to build an AI that can 1. learn that treats are tasty, and then 2. learn to play an unlimited number of games for treats, at least as well as a not-especially-smart dog?
Re: AlphaGo Is Not AI
#73The headline for this piece is clickbait. AlphaGo is AI, it's just not strong AI. No AI is strong AI for the moment, but that doesn't mean that the AI we have is uninteresting or a dead end, as the author seems to think. The author and his editors deliberately conflate the two terms in the headline, and clarify after about a paragraph. Sure, AlphaGo is not strong AI. And Abraham Lincoln is dead. And there are lots of…
Is AlphaGo really what we want to classify as 'intelligence'? It is a calculating engine – one which outperforms humans, to be sure, but no more intelligent than a properly-wielded pocket calculator.
Re: AlphaGo Is Not AI
#74Deep learning has been personally career/interests changing, but I still think that we should be building hybrid neural network / symbolic AI systems.
Re: AlphaGo Is Not AI
#75The headline for this piece is clickbait. AlphaGo is AI, it's just not strong AI. No AI is strong AI for the moment, but that doesn't mean that the AI we have is uninteresting or a dead end, as the author seems to think. The author and his editors deliberately conflate the two terms in the headline, and clarify after about a paragraph. Sure, AlphaGo is not strong AI. And Abraham Lincoln is dead. And there are lots of…
Totally agree, and very happy to see this statement at the top of HN. I'm against hyping up AI or misinterpreting it just as much as the next guy (especially coming from a position where dealing with a lot of higher-management people has made me very wary of articles and vision-pieces from the other end of the spectrum that are all like "invest now in AI or lose it all"), but this is just clickbait for the sake of en…
Re: AlphaGo Is Not AI
#76Earlier quoted context omitted.
Speaking as an AI researcher, almost nothing is "AI" research. In practice i feel most current AI research falls into two categories: * Fuzzy problems -- image, sound and free text recognition. Where there is no real "true answer". * Problems too hard to solve in a reasonable time without heuristics -- SAT, scheduling, etc. In practice NP-hard problems and further up the complexity heirachy -- AlphaGo goes here. Once…
is there any research into making a "generic" AI that can solve any problem without the researcher first having to know what that problem is? i.e., human style learning.
Re: AlphaGo Is Not AI
#77Re: AlphaGo Is Not AI
#78Earlier quoted context omitted.
Totally agree, and very happy to see this statement at the top of HN. I'm against hyping up AI or misinterpreting it just as much as the next guy (especially coming from a position where dealing with a lot of higher-management people has made me very wary of articles and vision-pieces from the other end of the spectrum that are all like "invest now in AI or lose it all"), but this is just clickbait for the sake of en…
I wouldn't say the challenge has been "solved" - the system may have only been able to win consistently because the programmers made adjustments and improvements to it between each game. Fitting its heuristics to a specific opponent might actually be overfitting unless it can consistently win against all challengers without being modified between rounds. [edited to clarify uncertainty about "why" it was able to win]
Re: AlphaGo Is Not AI
#79Earlier quoted context omitted.
Is AlphaGo really what we want to classify as 'intelligence'? It is a calculating engine – one which outperforms humans, to be sure, but no more intelligent than a properly-wielded pocket calculator.
It uses intuition to play, which is how humans play, but it does it by considering way more positions that humans.
Not by the normal definition of intuition. It reasons about millions of moves.
Re: AlphaGo Is Not AI
#80Earlier quoted context omitted.
Is AlphaGo really what we want to classify as 'intelligence'? It is a calculating engine – one which outperforms humans, to be sure, but no more intelligent than a properly-wielded pocket calculator.
It uses intuition to play, which is how humans play, but it does it by considering way more positions that humans.
Like Scott Aaronson said, "You can look at any of these examples -- Deep Blue, the Robbins conjecture, Google -- and say, that's not really AI. That's just massive search, helped along by clever programming. Now, this kind of talk drives AI researchers up a wall. They say: if you told someone in the sixties that in 30 years we'd be able to beat the world grandmaster at chess, and asked if that would count as AI, they'd say, of course it's AI! But now that we know how to do it, now it's no longer AI. Now it's just search."