Meet the algorithm that can learn “everything about anything”
31–40 of 81 posts
Re: Meet the algorithm that can learn “everything about anything”
#32Re: Meet the algorithm that can learn “everything about anything”
#33The problem with all approaches to machine learning I see today is that they only focus on grouping and separating concepts based on certain characteristics. They seem to be all fundamentally statistical. None of them seem to work towards a fundamental understanding of what the concepts mean. I'm not sure how that could be accomplished though. Is there even a meaningful distinction to be made between beeing able to i…
I'm of the impression that concepts only have fundamental meaning to us because we can relate them to sensory input. For example, initially a child is taught what a boat is by seeing pictures, it eventually learns that boats, cars and bicycles share common characteristics and can be grouped together as vehicles. These common characteristics are all understood and identified by seeing, hearing, touching or smelling. I…
That said, it doesn't at all mean you can't learn anything meaningful from it. For example, you build a machine learning system to predict the missing words in a sentence. "A horse is similar to other farm animals like ____." Machines are getting better at this kind of thing, though still far from human level. Google's word2vec for example can take a word like "horse" and list the words that it is most similar to. You can subtract the representation for "man" from "king", add "woman" and it outputs "queen".
Re: Meet the algorithm that can learn “everything about anything”
#34One of the hallmarks of bad science is overly grand claims paired with aggressive marketing. Bad times are coming for AI again.
In defense of the LEVAN thing, though, I didn't see any claims that this is science at all, more like an exploratory application illustrating an algorithm.
Re: Meet the algorithm that can learn “everything about anything”
#35Earlier quoted context omitted.
I don't think there is a meaningful distinction. Do chess computers have a "fundamental understanding" of chess, which humans traditionally considered a benchmark of human intelligence/strategy? Analogous to the philosophical zombie thought experiment, I think that "real intelligence/understanding" is indistinguishable from simply being able to perform actions to accomplish the same tasks that humans traditionally co…
What do you want? Until I can just talk to a computer and it always understands what I'm asking, there's no AI is there? It's a fuzzy concept to exactly define, but it's pretty obvious what we all mean when we talk about it. Brute forcing billions of moves of chess isn't going to achieve that, so it's nothing more than a cute trick that lay people don't understand is a trick so we have to tell them it is. David Coppe…
Re: Meet the algorithm that can learn “everything about anything”
#36One of the hallmarks of bad science is overly grand claims paired with aggressive marketing. Bad times are coming for AI again.
Judging by the amount of "deep learning" submissions to HN bad times for AI are already here although maybe they never left. In defense of the LEVAN thing, though, I didn't see any claims that this is science at all, more like an exploratory application illustrating an algorithm.
Re: Meet the algorithm that can learn “everything about anything”
#37The problem with all approaches to machine learning I see today is that they only focus on grouping and separating concepts based on certain characteristics. They seem to be all fundamentally statistical. None of them seem to work towards a fundamental understanding of what the concepts mean. I'm not sure how that could be accomplished though. Is there even a meaningful distinction to be made between beeing able to i…
I don't think there is a meaningful distinction. Do chess computers have a "fundamental understanding" of chess, which humans traditionally considered a benchmark of human intelligence/strategy? Analogous to the philosophical zombie thought experiment, I think that "real intelligence/understanding" is indistinguishable from simply being able to perform actions to accomplish the same tasks that humans traditionally co…
Re: Meet the algorithm that can learn “everything about anything”
#38One of the hallmarks of bad science is overly grand claims paired with aggressive marketing. Bad times are coming for AI again.
[patent pending]
See http://levan.cs.washington.edu/?state=show_aboutRe: Meet the algorithm that can learn “everything about anything”
#39(Disclaimer: I am not an native english speaker) The title of the article and of the algorithm (learn everything about anything) is a bit misleading. You might believe that it learns everything, period. Actually it's more about finding every variation of a "concept", I quote their website: "a fully automated method that given any concept, e.g., horse, discovers an exhaustive vocabulary for it that explains all variat…
I wonder. If they have an exhaustive vocabulary would it be possible to generate a picture of what the system believes an object to look like? I know that there is something called generative models in machine learning and my guess is that it could be applied here.
Another way is to use some kind of optimization to find an input which produces that pattern (e.g. backprop to the pixels themselves.) This will give you the image that most strongly triggers that output. Not necessarily a typical example.