Update README.md
Browse files
README.md
CHANGED
|
@@ -141,31 +141,31 @@ This collection is for readers who want:
|
|
| 141 |
|
| 142 |
## Mathematics for Machine Learning
|
| 143 |
|
| 144 |
-
|
| 145 |
|
| 146 |
## Foundations of Machine Learning
|
| 147 |
|
| 148 |
-
|
| 149 |
|
| 150 |
## Understanding Machine Learning: From Theory to Algorithms
|
| 151 |
|
| 152 |
-
This book
|
| 153 |
|
| 154 |
## Pattern Recognition and Machine Learning
|
| 155 |
|
| 156 |
-
|
| 157 |
|
| 158 |
## Machine Learning: A Probabilistic Perspective
|
| 159 |
|
| 160 |
-
|
| 161 |
|
| 162 |
## Probabilistic Machine Learning: An Introduction
|
| 163 |
|
| 164 |
-
This is
|
| 165 |
|
| 166 |
## Probabilistic Machine Learning: Advanced Topics
|
| 167 |
|
| 168 |
-
|
| 169 |
|
| 170 |
## Information Theory, Inference, and Learning Algorithms
|
| 171 |
|
|
@@ -318,9 +318,9 @@ where:
|
|
| 318 |
* ) is a regularizer,
|
| 319 |
*  controls complexity.
|
| 320 |
|
| 321 |
-
|
| 322 |
|
| 323 |
-
The
|
| 324 |
|
| 325 |
---
|
| 326 |
|
|
@@ -342,7 +342,7 @@ The central question of learning theory is then:
|
|
| 342 |
|
| 343 |
\text{%20to%20}R(f)?)
|
| 344 |
|
| 345 |
-
|
| 346 |
|
| 347 |
---
|
| 348 |
|
|
|
|
| 141 |
|
| 142 |
## Mathematics for Machine Learning
|
| 143 |
|
| 144 |
+
For those who wish to overcome their fear of the math involved in machine learning, I think this is one of the best starting points. It connects the precise mathematical underpinnings—linear algebra, analytic geometry, matrix decompositions, calculus, optimization, probability, and statistics—that are most important for machine learning. Additionally, it establishes a direct connection between those tools and fundamental machine learning techniques like SVMs, PCA, linear regression, and Gaussian mixture models. It is therefore perfect as a "mathematical bridge book" between real machine learning and pure mathematics.
|
| 145 |
|
| 146 |
## Foundations of Machine Learning
|
| 147 |
|
| 148 |
+
One of the collection's important theory books is this one. It advances generalization theory, learnability, complexity, formal guarantees, and the PAC learning framework. In my opinion, it is the book that teaches readers how to rigorously consider what it means for a model to be statistically justified, learn, and generalize. This is a theory-first foundation rather than a practice-first book.
|
| 149 |
|
| 150 |
## Understanding Machine Learning: From Theory to Algorithms
|
| 151 |
|
| 152 |
+
This book is a great addition to *Foundations of Machine Learning*. It focuses on how those principles become algorithms while providing a principled explanation of the concepts underlying learning theory. ERM, convexity, stability, stochastic gradient descent, neural networks, structured output learning, and theoretical concepts such as compression-based bounds and PAC-Bayes are all covered. It is among the best "bridge books" between rigorous theory and algorithmic implementation, in my opinion.
|
| 153 |
|
| 154 |
## Pattern Recognition and Machine Learning
|
| 155 |
|
| 156 |
+
One of the classic books on probabilistic machine learning is this one. Because it develops probabilistic intuition at a very deep level—Bayesian methods, graphical models, approximate inference, latent-variable models, kernel methods, and probabilistic pattern recognition—I have included it. For readers who wish to comprehend machine learning through the lenses of uncertainty, density modeling, and Bayesian reasoning, it continues to be among the best texts.
|
| 157 |
|
| 158 |
## Machine Learning: A Probabilistic Perspective
|
| 159 |
|
| 160 |
+
One of the collection's most extensive and thorough ML books is this one. By combining background math, probability, optimization, linear models, latent-variable models, approximate inference, graphical models, kernel methods, and deep learning into a single probabilistic language, it covers the fundamentals of machine learning. It's among the best "encyclopedic" references for machine learning, in my opinion.
|
| 161 |
|
| 162 |
## Probabilistic Machine Learning: An Introduction
|
| 163 |
|
| 164 |
+
This is how probabilistic machine learning is currently introduced. Probability, multivariate models, statistics, decision theory, information theory, linear algebra, optimization, neural networks, trees, ensembles, clustering, dimensionality reduction, and learning with fewer labels are among the foundational topics covered. It is, in my opinion, one of the greatest contemporary resources for readers seeking a clear and organized probabilistic perspective of the field.
|
| 165 |
|
| 166 |
## Probabilistic Machine Learning: Advanced Topics
|
| 167 |
|
| 168 |
+
One of the most significant books in the entire collection, this is the sophisticated sequel. Advanced inference, Bayesian statistics, graphical models, filtering and smoothing, variational inference, Monte Carlo techniques, Bayesian neural networks, Gaussian processes, distribution shift, generative models, representation learning, interpretability, decision making, reinforcement learning, and causality are all included. This book, in my opinion, marks the beginning of probabilistic machine learning as a comprehensive theory of prediction, generation, discovery, and action.
|
| 169 |
|
| 170 |
## Information Theory, Inference, and Learning Algorithms
|
| 171 |
|
|
|
|
| 318 |
* ) is a regularizer,
|
| 319 |
*  controls complexity.
|
| 320 |
|
| 321 |
+
Linear models, logistic regression, neural networks, transformers, numerous probabilistic models, and even portions of reinforcement learning through surrogate objectives are all combined into one template.
|
| 322 |
|
| 323 |
+
The idea is that machine learning is more than just "fitting data." It involves **optimizing a tradeoff** between managing model complexity and fitting the observed data.
|
| 324 |
|
| 325 |
---
|
| 326 |
|
|
|
|
| 342 |
|
| 343 |
\text{%20to%20}R(f)?)
|
| 344 |
|
| 345 |
+
PAC learning, VC dimension, stability, margins, and Rademacher complexity all become significant at this point. The field is about **justified generalization** rather than merely fitting.
|
| 346 |
|
| 347 |
---
|
| 348 |
|