(no title)
klmadfejno | 4 years ago
> That was never the challenge. The challenge was having them play chess; ie., no tricks, no shortcuts. Really evaluate the present board state, and actually choose a move.
Uh-huh. And how exactly do you play chess? Do you not, perhaps, think about future states resultant from your next move?
Also, Alpha Zero, with its ability to do a tree search entirely removed, achieves an ELO score of greater than 3,000 in chess, which isn't even the intended design of the algorithm.
A rock will frequently fail to get the to bottom of a hill due to local minimums vs. global minimums. A child will too sometimes.
mjburgess|4 years ago
Not quite. You'd need to look into how people play chess. It has vastly more to do with present positioning and making high-quality evaluations of present board configuration.
> rock will frequently fail to get the to bottom of a hill due to local minimums
Indeed. And what is a system which merely falls into a dataset?
A NN is just a system for remembering a dataset and interpolating a line between its points.
If you replace a tree search with a database of billions of examples, are you actually solving the problem you were asked to solve?
Only if you thought the goal was literally to win the game; or to find the route to the bottom of the hill. That was never the challenge -- we all know there are shotcuts to merely winning.
Intelligence is in how you win, not that you have.
klmadfejno|4 years ago
That is what Alpha Zero does when you remove tree search
> A NN is just a system for remembering a dataset and interpolating a line between its points.
Interpolating a line between points == making inferences on new situations based on past experience.
> If you replace a tree search with a database of billions of examples, are you actually solving the problem you were asked to solve?
The NN still performs well on positions it hasn't see before. It's not a database. The fact that the NN learned from billions of examples is irrelevant. Age limits aside, a human could have billions of examples of experience as well.
> A NN is just a system for remembering a dataset and interpolating a line between its points.
So are human brains. That is the very nature of how decisions are made.
> Only if you thought the goal was literally to win the game; or to find the route to the bottom of the hill. That was never the challenge
So then why did you bring it up as an example other than to move goal posts yet again? I can build a bot to explore new areas too. Probably better than humans can. Any novel perspective that a human brings, is, by definition, learned elsewhere, just like a bot.
> Intelligence is in how you win, not that you have.
Sure, and being a dumbass is in how you convince yourself you're superior when you lose every game. There are many open challenges in AI. Making systems better at learning quickly and generalizing context is a very hard problem. But at the same time, intellectual tasks are being not only automated, but vastly improved by AI in many areas. Moving goalposts on what was clearly thought labor in the past is just handwaving philosophy to blind yourself from something real and actively happening. The DOTA bots don't adapt to unfamiliar strategies by their opponents, and yet, they're still good at DOTA.
richk449|4 years ago
So fine, we take a step back. Instead of tracing all the neurons as they determine a chess move, we trace all the neurons as they start, from a baby, and learn to see and to understand spatial temporal behavior and as they understand other independent entities that can think like they do and as they learn chess and how to make a move. Then we encode all of that into algorithms and run it on silicon. Is that intelligence? To me, it sounds like it is just a shortcut - we figured out what a brain does, reduced it to algorithms, and ran those algorithms on a computer.
What if we go back further and replay evolution. Is that a shortcut?
To be fair, you did claim that the ability to adapt and make tools is what distinguishes real intelligence. But I wonder if ten years from now, you will saying that a tool making computer is just a shortcut.
omgwtfbyobbq|4 years ago