(Replying to PARENT post)
https://www.amazon.com/Deep-Learning-Adaptive-Computation-Ma...
And I’m surprised to not find Aurelion Geron’s absolute masterpiece listed below. I believe it is the best machine learning book ever, although Statistical Learning mentioned in the article is really good as well :
https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-T...
(Replying to PARENT post)
The other books I read make the field look like a bunch of heuristics that just happen to work.
(Replying to PARENT post)
The first book on statistical learning by Hastie, Tibshirani and Friedman, which is absolutely terrific, is freely available for download:
The Elements of Statistical Learning
(Replying to PARENT post)
Then we could have “10 best intro to machine learning resources” as a living breathing list.
(Replying to PARENT post)
But, and I think this is not stated enough, there is a big difference between statistical learning and machine learning in terms of how you approach a problem. The subject matter might be same, but the approach to solve problem is different, one is a 'statistics' approach, one is a 'CS' approach. Depending on your background, you might like one but not the other.
You can know more of what I am talking about by reading this famous piece from Leo Breiman [0].
Personally, I feel I was fortunate enough to learn ML from a so called 'CS' perspective through Andrew Ng's course on Coursera.
0. https://projecteuclid.org/download/pdf_1/euclid.ss/100921372...
(Replying to PARENT post)
Swapping Introduction to Statistical Learning for Elements of Statistical Learning is a good step-up if you don't need as much hand-holding (it's essentially the same book, by the same author just more thorough). Then, adding Bishop's ML book is a good idea. Although also introductory, it covers a lot more topics (some kernel methods and probabilistic stuff) and in a more disciplined way.
Also, while not that popular in the deep learning hype era, Vapnik's Nature of Statistical Learning is a great read.
(Replying to PARENT post)
That said, the past few weeks have been an absolute tsunami of potentially groundbreaking papers. And it is hard to keep up with The cutting edge.
(Replying to PARENT post)