|
|
|
|
|
by ethbro
3253 days ago
|
|
The author's general problem is that he seems ignorant (or willfully ommiting) the expert systems period in AI (realized and popular in the 80s, academic foundations discovered in the 60s and 70s). I agree with the article that GP AI is likely to ultimately be a fusion of bottom-up with top-down systems, and that expert systems seem to be getting short shift after their earlier failures while neural networks are possibly receiving overly optimistic expections. To be fair, I believe this is the author: https://en.m.wikipedia.org/wiki/Gary_Marcus , and he appears to have a cognitive neuroscience background as opposed to computational AI. So I wouldn't be surprised if he actually was unaware of 1960s-80s CS AI research. |
|
- Genetic algorithms
- Q learning
In the sense that they learn general behavior first and then learn ever more little "tricks" to be used in particular situations. Both are more effective when combined with ANNs. But when they start they're only aware of very high level goals.
That said, I also have kids, and while they're bigger now, I would argue the idea that humans work top-down from the very beginning doesn't survive caring for a toddler for a few hours (babies can't really move, so they don't make particularly stupid decisions. Toddlers and up to teenagers make idiotic decisions that make sense from particular perspectives. For instance, they exhibit extreme short term decision making (like taking a huge risk of falling down just to get a little piece of candy).
Top-down decision making isn't just something that is eventual emergent behavior, it's learned behavior. Telling a toddler that to get candy he should go to the store, get flour, sugar and ... and follow this recipe doesn't work. They get distracted after 30 seconds. It's not that they're trying to fail, their mind just doesn't let them focus beyond a certain (short) amount of time. Adults have the same limit, just longer time, but they have learned to compensate for it. For instance using TODO lists, or project plans.