[+] Show answers
Who are the authors of 'Algorithms to Live By: The Computer Science of Human Decisions'?
Which principle is used to handle procrastination?Optimal StoppingDynamic ProgrammingOverfittingScheduling
Overfitting refers toAn algorithm that models the training data too wellAn algorithm that doesn't fit the model wellA perfect predictive modelAn algorithm that optimizes the decision
Which principle is applied to dilemmas like whether one should settle down or wait for a potentially better match?
The book suggests that making decisions should not be based on...PerfectionismAvailable ChoicesEstimated Time AvailablePragmatism
According to the book, what field is computer science fundamentally intertwined with in determining behavior in everyday life?
To approach an unfamiliar city, what algorithm should be applied?Explore/Exploit TradeoffDynamic ProgrammingSortingCaching
What concept from computer science is applied to having backups and avoiding disasters?
What scheduling algorithm suggests one should tackle the small tasks first?Shortest Processing TimeEarliest Due DateMoore's AlgorithmHeap Sort
What's the alternative name for the 'Secretary Problem' in the book?