The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
amazon.com
The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World
To obtain P(Burglary, Earthquake, Alarm, Bob calls, Claire calls), all I have to do is multiply P(Burglary), P(Earthquake), P(Alarm | Burglary, Earthquake), P(Bob calls | Alarm), and P(Claire calls | Alarm).
All we’re saying is that, if we know you have the flu, knowing whether you have a fever gives us no additional information about whether you have a cough.
is where one of the most important ideas in machine learning comes in: analogy.
Every hidden neuron influences the output via multiple paths, and every error has a thousand fathers. Who do you blame? Or, conversely, who gets the credit for correct outputs? This credit-assignment problem shows up whenever we try to learn a complex model and is one of the central problems in machine learning.
Intuition is what you use when you don’t know the facts, and since you often don’t, intuition is precious. But when the evidence is before you, why would you deny it? Statistical analysis beats talent scouts in baseball (as Michael Lewis memorably documented in Moneyball), it beats connoisseurs at wine tasting, and every day we see new examples of
... See moreBackprop, with its incremental weight changes, doesn’t know how to find the global error minimum,
If two neurons tend to fire together during the day but less so while asleep, the weight of their connection goes up; if it’s the opposite, they go down. By doing this day after day, the predicted correlations between sensory neurons evolve until they match the real ones. At this point, the Boltzmann machine has learned a good model of the data and
... See more