Algorithms to Live By: The Computer Science of Human Decisions
Rate it:
Open Preview
1%
Flag icon
Optimal stopping tells us when to look and when to leap. The explore/exploit tradeoff tells us how to find the balance between trying new things and enjoying our favorites. Sorting theory tells us how (and whether) to arrange our offices. Caching theory tells us how to fill our closets. Scheduling theory tells us how to fill our time.
1%
Flag icon
tackling real-world tasks requires being comfortable with chance, trading off time with accuracy, and using approximations.