Books for Machine Learning
Wednesday July 21, 2021
"for someone that doesn't have a lot of experience with machine learning, what books would you recommend starting with? machine learning for dummies?"
Intro to Statistical Learning: The friendly version of Elements has MOOC videos and a 2nd edition coming soon, all free online. Is there a better intro? Maybe using Python?
Deep Learning with Python: The creator of Keras provides pretty good explanations and code, as I recall. Is there a better intro? Maybe something using PyTorch?
Statistical Rethinking has great explanations, examples, and philosophical commentary for understanding Bayesian approaches.
Mining of Massive Datasets is much better than its cover, with good coverage of both more and less commonly discussed techniques (and a MOOC).
See also:
- William Chen's 22 Free Data Science Books includes three of my four selections.
- My Books for Professionals selects four titles on professional life.
- My Books for Programmers recommends for Python, JavaScript, Clojure, R, and git.
Thanks to a couple of colleagues who inspired this collection of recommended books!
What else would you add/change in this list?