What we lack is an AI equivalent of a theory of aerodynamics. At the moment we're just brute forcing random solution when we have perfectly good systems we should be trying to reverse engineer: biological brains. This will likely require genetic & evutionary algorithms, a developmental genotype-phenotype mapping, and competitive ecological systems for open ended evolution. Right now we have back propogration which is…
Artificial intelligence pioneer says we need to start over
131–140 of 156 posts
Re: Artificial intelligence pioneer says we need to start over
#132At first glance, the obvious solution seems to be to create intelligence the same way nature did: some sort of evolution. Some sort of algorithm where multiple "networks" mutate and reproduce in some way, in response to some fitness function. Mutations that make a network more fit result in an increased reproductive rate, while other mutations decrease that rate. Evolutionary algorithms have been around for a while b…
Re: Artificial intelligence pioneer says we need to start over
#133Re: Artificial intelligence pioneer says we need to start over
#134Earlier quoted context omitted.
All those things you described can be explained by having a pre-trained model built from DNA. Babies aren't a blank slate. Why would you even think they are? Do you think a baby learns to breath from blank-slate intelligence?
If what you are saying was true, then why all these skills require time to develop? If they are pre-programmed in the DNA, why are they not enabled on the day of birth? Clearly from evolutionary point of view an infant that is already able to walk and perceive depth would have vastly superior chances of survival? Why all the brain development, and much enhanced plasticity in the early stage of development? Why do neu…
Re: Artificial intelligence pioneer says we need to start over
#135At first glance, the obvious solution seems to be to create intelligence the same way nature did: some sort of evolution. Some sort of algorithm where multiple "networks" mutate and reproduce in some way, in response to some fitness function. Mutations that make a network more fit result in an increased reproductive rate, while other mutations decrease that rate. Evolutionary algorithms have been around for a while b…
What makes you think that our brains or intelligence is the most efficient or most effective? We happened to evolved a brain that allowed us to think on what we consider sophisticated. This doesn't mean that it's a great system. We also evolved to have a spine, which is a terrible design. There's a ton of other examples of evolution designing things that are terrible and ineffective, but get the job done. Is that wha…
Re: Artificial intelligence pioneer says we need to start over
#136What we lack is an AI equivalent of a theory of aerodynamics. At the moment we're just brute forcing random solution when we have perfectly good systems we should be trying to reverse engineer: biological brains. This will likely require genetic & evutionary algorithms, a developmental genotype-phenotype mapping, and competitive ecological systems for open ended evolution. Right now we have back propogration which is…
I've never understood this about "AI". Why do we think that our brains or animal brains are the most effective models for intelligence? Just because we evolved to have a brain that works a certain way doesn't mean it's the most efficient or even efficient at all. Of course, I don't have much experience with AI other than what I've read.
Not to mention that, as a system, the brain is highly efficient in reusing modular structures for increasingly complex tasks.
I have a feeling when people mention "AI modelled after a brain" they consider a simplification of neuronal dynamics to be how to achieve that. But that is a very naïve way to do it. Looking at it from the system level is the more fruitful approach, IMHO.
Re: Artificial intelligence pioneer says we need to start over
#137I agree with the article. Throwing more cycles at a problem using the existing models isn't that answer. Better, more efficient models are needed. And yes, I'm working toward that goal.
Re: Artificial intelligence pioneer says we need to start over
#138Earlier quoted context omitted.
I get what you're saying, but I don't think he was speaking explicitly about AGI. To me it didn't sound like they were leaving the applied problems he has worked on. Maybe I'm reading too much between the lines, but so far there haven't been any major successes in un-supervised learning models and he's suggesting here that rather than continue with the models that have had success up to this point, it would be more w…
> Maybe I'm reading too much between the lines, but so far there haven't been any major successes in un-supervised learning models Word2vec, a variant of which is Transform, Google's new machine translation framework which beats the pants off every other approach, to name one. The system it is replacing is also unsupervised.
Re: Artificial intelligence pioneer says we need to start over
#139Machine learning may be nearing its ceiling. The history of AI goes in cycles. Someone has a good idea which solves some problems, followed by "strong AI Real Soon Now" enthusiasm, followed by that idea hitting its ceiling. AI has been through search, backtracking, the General Problem Solver, hill-climbing, and expert systems. Each was overhyped at the time, and each hit its ceiling. The big difference this time is t…
Re: Artificial intelligence pioneer says we need to start over
#140Earlier quoted context omitted.
If what you are saying was true, then why all these skills require time to develop? If they are pre-programmed in the DNA, why are they not enabled on the day of birth? Clearly from evolutionary point of view an infant that is already able to walk and perceive depth would have vastly superior chances of survival? Why all the brain development, and much enhanced plasticity in the early stage of development? Why do neu…
I hope it's clear that the answer lies somewhere between these two extremes. Most likely, there are instilled a number of prototypical reflexes that quickly make available the "right" decision for a given situation. Consider it that we don't know the objective function per se, but that we start in a place and with a gradient vector already pointed in such a way that we quickly reach the optimal location in action spa…