Play Book Tag discussion

This topic is about
Algorithms to Live By
February 2019: Life
>
Algorithms to Live By: The Computer Science of Human Decisions (4 stars)
date
newest »




I suspect that it won't be a lot of new material for someone who studied computer science. It covers a lot of types of algorithms and gives the history of those algorithms and relates it to non-computer science examples. So it may be interesting to see how optimal stopping time relates to choosing a parking spot, deciding to propose marriage, and hiring someone. But if you are already familiar with the secretary problem you may find some of the information obvious and the history and explanation of the secretary problem to be old material. The chapters were:
1. Optimal Stopping
2. Explore/Exploit
3. Sorting
4. Caching
5. Scheduling
6. Bayes's Rule
7. Overfitting
8. Relaxation
9. Randomness
10. Networking
11. Game Theory
4 stars
This is a very interesting book about how understanding computer algorithms can help you understand human behavior. It also addresses the shortcomings of using computer algorithms to make decisions. I found it extremely interesting. Although I have no background in computer science, I did take a game theory class in college and a lot of the theories addressed are similar to those I learned about in animal behavior classes (I was an ecology and government double major). I did not find it too complicated to understand, especially since the author gave real world examples (organizing your closet to explain caching for example). There were a couple parts where my mind started to wander (I listened to it on audio book), but overall it was very a interesting read that I learned from.