Algorithms to Live By: The Computer Science of Human Decisions
Rate it:
Open Preview
Kindle Notes & Highlights
4%
Flag icon
The chance of ending up with the single best applicant in this full-information version of the secretary problem comes to 58%—still far from a guarantee, but considerably better than the 37% success rate offered by the 37% Rule in the no-information game.
Chris Farmer liked this
6%
Flag icon
About a dozen studies have produced the same result: people tend to stop early, leaving better applicants unseen.
13%
Flag icon
This is the first and most fundamental insight of sorting theory. Scale hurts.
23%
Flag icon
Regardless of whatever other challenges aging brings, older brains—which must manage a greater store of memories—are literally solving harder computational problems with every passing day.
34%
Flag icon
Every decision is a kind of prediction: about how much you’ll like something you haven’t tried yet, about where a certain trend is heading, about how the road less traveled (or more so) is likely to pan out.
34%
Flag icon
In other words, overfitting poses a danger any time we’re dealing with noise or mismeasurement—and we almost always are.
35%
Flag icon
“It really is true that the company will build whatever the CEO decides to measure.”
35%
Flag icon
In an educational setting, how can we distinguish between a class of students excelling at the subject matter and a class merely being “taught to the test”?
35%
Flag icon
Simply put, Cross-Validation means assessing not only how well a model fits the data it’s given, but how well it generalizes to data it hasn’t seen.
35%
Flag icon
If you can’t explain it simply, you don’t understand it well enough.
35%
Flag icon
One way to choose among several competing models is the Occam’s razor principle, which suggests that, all things being equal, the simplest possible hypothesis is probably the correct one.
36%
Flag icon
If we introduce a complexity penalty, then more complex models need to do not merely a better job but a significantly better job of explaining the data to justify their greater complexity.
36%
Flag icon
A heuristic that favors simpler answers—with fewer factors, or less computation—offers precisely these “less is more” effects.
37%
Flag icon
Going with our first instinct can be the rational solution. The more complex, unstable, and uncertain the decision, the more rational an approach that is.
38%
Flag icon
a “constrained optimization” problem: how to find the single best arrangement of a set of variables, given particular rules and a scorekeeping measure.
42%
Flag icon
A close examination of random samples can be one of the most effective means of making sense of something too complex to be comprehended directly.
50%
Flag icon
When a networking buffer fills up, what typically happens is called Tail Drop: an unceremonious way of saying that every packet arriving after that point is simply rejected, and effectively deleted.
58%
Flag icon
Politely withholding your preferences puts the computational problem of inferring them on the rest of the group. In contrast, politely asserting your preferences (“Personally, I’m inclined toward x. What do you think?”) helps shoulder the cognitive load of moving the group toward resolution.