Books for software engineers and managers

The Master Algorithm

The Master Algorithm

How the Quest for the Ultimate Learning Machine Will Remake Our  World

by Pedro Domingos

Categories:
Tech Lead,
Star Engineer

How strongly do I recommend The Master Algorithm?
7 / 10

Review of The Master Algorithm

For software engineers, The Master Algorithm is a solid introduction to the landscape of machine learning. After reading this book, I feel like I know enough to ask useful and hopefully meaningful questions.



Overfitting is the biggest problem in machine  learning

Overfitting happens when machine learning identifies a pattern in the data that does not actually exist.

A simple example is finding a pattern in the Bible or Moby Dick that appears to predict future events. The learner (whether human or machine) starts to see patterns in the sea of data even though they don’t really exist.

The book goes in depth about prevention and detection mechanisms for overfitting.

The master algorithm will combine and unite the five tribes of machine  learning

The author describes the five most common camps in machine learning:

  1. Symbolists – believers in math symbols and inverse deduction
  2. Connectionists – believers in backpropagation
  3. Evolutionaries – believers in natural selection’s applicability to ML
  4. Bayesians – believers in probabilistic inference
  5. Analogizers – believers in similarity recognition

To the author, machine learning will eventually arrive at a place where we take the best approaches and implementations from all five camps and unite them into a master algorithm.

Machine learning is still  alchemy

Machine learning still includes a lot of guess and check, which is probably why we see five distinct machine learning camps.

A boring dystopia  awaits

The author describes a future where everything is pre-optimized for us. Your matching algorithm(s) will result in you meeting only the people you’re likely to befriend, foods you’re likely to enjoy, and experiences you’re likely to repeat.

Bizarrely, the author presents this as a positive. A world perfectly optimized for each of us.

To my mind, this sounds like both boring dystopia and insanely inhumane.

The Master Algorithm