This is probably my favorite introductory machine learning book. The fact that he places almost everything in the language of graphical models is such a good common ground to build off. This really sets you up to realize that there is (and should be) a lot more to doing a good job in machine learning than simply minimizing an objective function. The answers you get depend on the model you create as do the questions y…
Agree with you. But none of this is useful for practical (applied) machine learning. I don't want to disappoint you but you can read it as machine learning porn, but otherwise don't waste time on it.
Probabilistic Machine Learning: An Introduction
11–20 of 59 posts
Re: Probabilistic Machine Learning: An Introduction
#12I topped statistics at the most prestigious university in my country both at the undergrad and postgrad level, and had no problem discussing advanced concepts with Senior PHDs in Quantitative Fields, and I thank this book the most for beginning my journey on this. But, and this is important, make sure to do all the exercises!
https://www.amazon.com/John-Freunds-Mathematical-Statistics-...
Re: Probabilistic Machine Learning: An Introduction
#13https://camdavidsonpilon.github.io/Probabilistic-Programming...
Re: Probabilistic Machine Learning: An Introduction
#14Would love to get my hands on the draft for "Probabilistic Machine Learning: Advanced Topics".
Re: Probabilistic Machine Learning: An Introduction
#15The new edition has been split in two parts. The pdf draft (921 pages) and python code [1] of the first part are now available. The table of contents of the second part is here [2]. From the preface: "By Spring 2020, my draft of the second edition had swollen to about 1600 pages, and I was still not done. At this point, 3 major events happened. First, the COVID-19 pandemic struck, so I decided to “pivot” so I could s…
Re: Probabilistic Machine Learning: An Introduction
#16Earlier quoted context omitted.
Agree with you. But none of this is useful for practical (applied) machine learning. I don't want to disappoint you but you can read it as machine learning porn, but otherwise don't waste time on it.
Are you saying the book itself is ML porn?
Re: Probabilistic Machine Learning: An Introduction
#17Looking at the table of contents (for someone who is not familiar with the term 'Probabilistic Machine Learning'), is this just covering typical ML methods through the lens of probability?
Re: Probabilistic Machine Learning: An Introduction
#18also recommend probabilistic methods for hackers as another resource to explore this space: https://camdavidsonpilon.github.io/Probabilistic-Programming...
Re: Probabilistic Machine Learning: An Introduction
#19Quite excited to read this. Murphy does a great job of explaining concepts from first principles.
Re: Probabilistic Machine Learning: An Introduction
#20Looking at the table of contents (for someone who is not familiar with the term 'Probabilistic Machine Learning'), is this just covering typical ML methods through the lens of probability?
Answer is not so black and white as everything in ml has to use probability. You can ignore this unless you are among 20 top researchers who are working on frontier of ml. Bayesian probabilistic techniques does not work or are very slow for any practical purpose.