Earlier quoted context omitted.
Biological plausibility is just silly. What it mostly does is just put artificial constraints on the problem that doesn't need to be there. It's all mathematics. However you want to interpret or metaphorize the mathematics is up to each math-phobic field, but constraining yourself to what randomly evolved serves little good.
If the objective is to simulate general intelligence then you want to copy the natural one as closely as possible. Simulating is easier than inventing.
Artificial intelligence pioneer says we need to start over
21–30 of 156 posts
Re: Artificial intelligence pioneer says we need to start over
#22Supervised learning
You can judge the output of your network against ground truth. You say that's a cat? Nope, it's a dog! And then slightly adjust your network so it's less likely to give that wrong answer in the future. How exactly you adjust the network is what backpropagation describes (in combination with something called a learning rate).
Unsupervised learning
You need to learn without someone telling you what the answer is. Most of the time for biological intelligence there isn't an oracle describing the truth at every moment of life to judge actions/decisions against. If you don't have someone telling you you've made a mistake, how can you know when to adjust your network? And if you don't know what the truth is, exactly how to adjust the network becomes tricky.
Somehow biological brains work without that oracle, and there are lots of ideas about how it does that. But right now for artificial intelligence none of those ideas has been shown to work so amazingly well that it has taken off like backprop has in the supervised learning world.
Hinton wants to find that amazing algorithm.
Re: Artificial intelligence pioneer says we need to start over
#23If you are interested in biologically plausible models of cognition check out 'vector symbolic architectures' and 'associative memory' research of the 90s.
Biological plausibility is just silly. What it mostly does is just put artificial constraints on the problem that doesn't need to be there. It's all mathematics. However you want to interpret or metaphorize the mathematics is up to each math-phobic field, but constraining yourself to what randomly evolved serves little good.
Re: Artificial intelligence pioneer says we need to start over
#24And yes, I'm working toward that goal.
Re: Artificial intelligence pioneer says we need to start over
#25Brief description of the issue for non-experts: Supervised learning You can judge the output of your network against ground truth. You say that's a cat? Nope, it's a dog! And then slightly adjust your network so it's less likely to give that wrong answer in the future. How exactly you adjust the network is what backpropagation describes (in combination with something called a learning rate). Unsupervised learning You…
Re: Artificial intelligence pioneer says we need to start over
#26Brief description of the issue for non-experts: Supervised learning You can judge the output of your network against ground truth. You say that's a cat? Nope, it's a dog! And then slightly adjust your network so it's less likely to give that wrong answer in the future. How exactly you adjust the network is what backpropagation describes (in combination with something called a learning rate). Unsupervised learning You…
There is: Death, without reproducing. If an organism dies quickly but left children, they were biologically successful. If you didn't, then your evolutionary branch goes away.
I'm not sure this can be simulated, but it might be worth trying. Biological brains are the product of a billion years of the above strategy, so hopefully it's feasible to do the same thing.
Don't people already do that? Well, no. The strategy implies some sort of physics simulation with general rules, not a specific ruleset tuned to your domain.
Re: Artificial intelligence pioneer says we need to start over
#27So it says "In 1986, Geoffrey Hinton co-authored a paper that, four decades later, is central to the explosion of artificial intelligence." Is it just me that considers that 3 decades? I am curious which is the typo. Was it 76? or 3 decades?
Re: Artificial intelligence pioneer says we need to start over
#28Re: Artificial intelligence pioneer says we need to start over
#29Obviously a clickbait headline, few people think current tech will lead to AGI, but while we all wait on a new breakthrough in AI, we can build much more impressive systems with what we have now than even a few years ago. I went to a talk from people who had built more scalable training algorithms for Restricted Boltzmann Mahcines (which Hinton was a pioneer in) a few months ago and asked them why they had chosen to…
I don't think that's correct. There are a lot of people who should know better that think that the current ml technology will lead to agi.
Re: Artificial intelligence pioneer says we need to start over
#30Brief description of the issue for non-experts: Supervised learning You can judge the output of your network against ground truth. You say that's a cat? Nope, it's a dog! And then slightly adjust your network so it's less likely to give that wrong answer in the future. How exactly you adjust the network is what backpropagation describes (in combination with something called a learning rate). Unsupervised learning You…
You need to learn without someone telling you what the answer is. Most of the time for biological intelligence there isn't an oracle describing the truth at every moment of life to judge actions/decisions against. There is: Death, without reproducing. If an organism dies quickly but left children, they were biologically successful. If you didn't, then your evolutionary branch goes away. I'm not sure this can be simul…
> There is: Death, without reproducing.
The problem is that it's not describing the truth at every moment of life, just the total approximate fitness of that lifeform by the end of its lifetime. It would be time consuming and cost-inefficient to simulate many possible configurations of actors until the end of their lifetimes.