AI Software Juggles Probabilities To Learn From Less Data (technologyreview.com) 49
moon_unit2 quotes a report from MIT Technology Review: You can, for instance, train a deep-learning algorithm to recognize a cat with a cat-fancier's level of expertise, but you'll need to feed it tens or even hundreds of thousands of images of felines, capturing a huge amount of variation in size, shape, texture, lighting, and orientation. It would be lot more efficient if, a bit like a person, an algorithm could develop an idea about what makes a cat a cat from fewer examples. A Boston-based startup called Gamalon has developed technology that lets computers do this in some situations, and it is releasing two products Tuesday based on the approach. Gamalon uses a technique that it calls Bayesian program synthesis to build algorithms capable of learning from fewer examples. Bayesian probability, named after the 18th century mathematician Thomas Bayes, provides a mathematical framework for refining predictions about the world based on experience. Gamalon's system uses probabilistic programming -- or code that deals in probabilities rather than specific variables -- to build a predictive model that explains a particular data set. From just a few examples, a probabilistic program can determine, for instance, that it's highly probable that cats have ears, whiskers, and tails. As further examples are provided, the code behind the model is rewritten, and the probabilities tweaked. This provides an efficient way to learn the salient knowledge from the data.
Dog recognition (Score:3)
In terms of animal models (that we're sadly still not sophisticated enough to understand), I find dogs' ability to identify other animals interesting.
My dog can tell on sight whether another animal is a dog or not. This is remarkable because dog vision is actually slightly worse than human vision, he can do it from upwind, and there is a LOT of variation in dog breeds.
Perhaps he's just seeing 'animal on a leash held by a human', but there does seem to be a slight pause of observation before he decides whether or not to bark, and a lot of owners in my area don't have any respect for leash laws.
Re: (Score:3)
Well, I can see why you posted that crap as AC, I wouldn't want my online reputation tied to that post full of easily-disproven bullshit either.
What concept is actually involved. (Score:1)
Re:Brains (Score:1)
You contradict yourself (Score:3)
> Dogs cannot generalize at all. They do not know if another animal is a dog, cat, zebra, see-saw, ball or anything else. To a dog, every dog, cat, human, car, squirrel is different.
It could theoretically be possible that dogs don't put other creatures in categories, that each individual is wholly distinct, not part of a group.
> which is why so many people think their dog is "racist". A dog raised by a black man will tend to bark at more white people than black people and vice versa.
This could also
Juggling the numbers... (Score:2)
Re: (Score:2)
Also, what that the company in the article is doing is hardly any news.
Fuzzy logic never goes out of style.
Re:Juggling (Score:1)
Re:desribing me (Score:1)
Re: (Score:2)
I don't want to hand you a set of balls and see what you do then.
I keep mine in my pants. I wear boxers so they can hang nice and loose.
You seem to be using a slightly different definition of juggling than the article is, and the detail that interests me is that it doesn't occur to you to figure out how they are using it before making your pronouncement.
WOOOSH!
Dalek: Explain! (Score:1)
Bayesian theorem (Score:4, Informative)
Re: (Score:3, Funny)
I did not know that prior to reading your comment. I will need to go adjust my beliefs based on this new information.
Re: (Score:3)
is this quantum coding? (Score:3)
Re: (Score:2)
No, it's quantum marketing.
AI can fucking shove it (Score:1)
Please can we STOP with the AI shit. Every. Fucking. Day.
Re: AI can fucking shove it (Score:1)
I wrote AI just a second ago. It said "Hello World!".
I'm still trying to adjust to creating AI, and the ramifications of this on society.
Re: (Score:1)
My AI ball says: Outlook is fuzzy.
AI...the scam of modern day computing (Score:1)
Jezzzz, don't you guys work with this shit? We have a row of AI systems...no expense spared to say the least. I will fully admit they are working on great shit...cure for cancers...but these machines are soooo dumb. AI is artificial....at best. I put AI into the category of "plastic plants"...fake at best.
Paging Bart Kosko (Score:3)
We need some of your 1990s fuzzy logic hype over here!
Bayesian programming vs deep learning (Score:4, Informative)
The comparison of "deep learning that needs tons of examples" vs "Bayesian programming that can learn from a few examples" is a false dichotomy. It all depends on how much structure you assume a priori versus how much structure you learn from the data.
Typical neural net (deep learning) examples start with no structure and thus require lots of examples. Typical Bayesian net examples start with a lot of structure and thus require only a few examples.
On the other hand, if you start with a highly pretrained net like Inception-v3, then your deep learning cat expert may not need as many examples to generalize. And if your Bayesian programming model starts out with very general, very simple "building blocks" then it may need a lot of examples to extract the predictable structure.
A main difference is that if you want to start with a lot of structure built in, you will probably have to pretrain for the neural net, whereas you can "hand code" the knowledge in your Bayes net. And the structure in the Bayes net may be a lot more transparent and easily interpretable than in the neural net. On the other hand, you had better hope you picked the right structure to begin with or else you will be reasoning over possibilities that are all very wrong! Knowing that an image is 50 times more likely to be a cat than a dog is not very helpful if it is actually a penguin.
Re: (Score:1)
Re:backpropagation algorithm (Score:1)
Author has never been to a serious cat show... (Score:2)
"You can, for instance, train a deep-learning algorithm to recognize a cat with a cat-fancier's level of expertise"
Bullshit. It sounds like they can train a system to recognise what probably is a cat-like animal, but a serious cat-fancier can give a reasoned and interesting description of the differences between two pedigree cats - which look to the layman as being both perfect and identical.
Background: my wife breeds international competition-grade Maine Coon cats...I used to be bored to death at shows un
book cover deep learning (Score:2)
I was looking into the deep learning celery diet earlier today.
Uber Buys a Mysterious Startup to Make Itself an AI Company [wired.com]
Many smart people in deep stealth.
Vicarious (company) [wikipedia.org]
When has Peter Thiel ever been wrong?
Big deal. (Score:4, Funny)