The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
case. If people were independent, each making decisions in isolation, societies would indeed be predictable, because all those random decisions would add up to a fairly constant average. But when people interact, larger assemblies can be less predictable than smaller ones, not more.
Pedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
The next clever idea is to stack sparse autoencoders on top of each other
Pedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
If you ask a symbolist system where the concept “New York” is represented, it can point to the precise location in memory where it’s stored. In a connectionist system, the answer is “it’s stored a little bit everywhere.”
Pedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
If the models are decision trees and we further vary them by withholding a random subset of the attributes from consideration at each node, the result is a so-called random forest. Random forests are some of the most accurate classifiers around. Microsoft’s Kinect uses them to figure out what you’re doing, and they regularly win machine-learning co
... See morePedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
Machine learners call this process dimensionality reduction because it reduces a large number of visible dimensions (the pixels) to a few implicit ones (expression, facial features).
Pedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
Neural networks are not compositional, and compositionality is a big part of human cognition.
Pedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
Structure mapping takes two descriptions, finds a coherent correspondence between some of their parts and relations, and then,
Pedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
For the hardest problems—the ones we really want to solve but haven’t been able to, like curing cancer—pure nature-inspired approaches are probably too uninformed to succeed, even given massive amounts of data. We can in principle learn a complete model of a cell’s metabolic networks by a combination of structure search, with or without crossover,
... See morePedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
Peter Norvig, director of research at Google, told me at one point that it was the most widely used learner there, and Google uses machine learning in every nook and cranny of what it does. It’s not hard to see why Naïve Bayes would be popular among Googlers. Surprising accuracy aside, it scales great; learning a Naïve Bayes classifier is just a ma
... See morePedro Domingos • The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
A test example belongs to the positive class if, on average, it looks more like the positive examples than the negative ones. The average is weighted, and the SVM remembers only the key examples required to pin down the frontier.