Pedro’s book “The Master Algorithm” takes readers on a journey through the five dominant paradigms of machine learning research on a quest for the master algorithm. Along the way, Pedro wanted to abstract away from the mechanics so that a broad audience, from the CXO to the consumer, can understand how machine learning is shaping our lives
"The Master Algorithm" book seems to be too abstract in such a case; however, it covers the following 5 paradigms:
- Rule based learning (Decision trees, Random Forests, etc)
- Connectivism (neural networks, etc)
- Bayesian (Naive Bayes, Bayesian Networks, Probabilistic Graphical Models)
- Analogy (KNN & SVMs)
- Unsupervised Learning (Clustering, dimensionality reduction, etc)























