Hacker News new | ask | show | jobs
by pajep 1037 days ago
what are some good book for people that want to start master in ML?
3 comments

With a similar probability focus, Pattern Recognition and Machine Learning by Christopher Bishop [1] is pretty good. If you are looking into deep learning specifically, I think François Chollet's Deep Learning with Python is one of the most accessible books.

[1] https://www.microsoft.com/en-us/research/uploads/prod/2006/0...

an opinionated list of great machine learning learning resources: https://nocomplexity.com/documents/fossml/mlcourses.html
I think "Understanding Deep Learning" is very nice - https://udlbook.github.io/udlbook/ (an covers almost all topics, it has maybe just a couple of omissions, such as Multimodal Learning, NERFs and Time Series Prediction)