One of the good books to understand the quantitative analysis is "Keeping Up with Quants" https://www.amazon.com.au/Keeping-Up-Quants-Understanding-An...
Foundations of ML and AI: Book recommendations
11–18 of 18 posts
Re: Foundations of ML and AI: Book recommendations
#12Original title: Programmer, Teach Yourself Foundations of ML and AI with these 6 Books Books: - Ian Hacking - Introduction to probability and Inductive Logic - John Kruschke - Doing Bayesian Data Analysis - Gareth Williams - Linear Algebra with Applications, Alternate Edition - Matthew Scarpino - OpenCL in Action - Michael Nielsen - Neural Networks and Deep Learning - Goodfellow, Bengio, and Courville - Deep Learning
(1) Bayesian data analysis isn't actually necessary for most AI/ML work. Bayes theorem is fundamental of course, but Bayesian data analysis (BDA) seems to rarely come up in practice. ML algorithms like Naive Bayes don't really require knowledge of BDA, plus PGMs aren't really that common (and not within BDA's scope anyway).
The computational methods behind BDA (mostly MCMC-based) are also fairly heavy and I don't know too many ML shops that actually use MCMC-based Bayesian ML.
To me, BDA's primary value is to "upgrade" the type of NHST-based data analysis done in science and social science, and ground it on what I think is more solid epistemology. I don't know if BDA is really that practical for machine learning, where the goal is not analysis but prediction.
(2) Kruschke might not be the best book for learning BDA. I own a copy of Krushke (puppies on cover and all), and found the first few chapters interesting, but it then quickly got tedious. It seemed to me that Kruschke, in an effort to make things accessible to social scientists, belabors the subject a little in later chapters without adding pedagogical value (I realize this is controversial statement to Kruschke fans, and I am prepared to change my mind).
Gelman's BDA on the other hand (I also own a copy) is less accessible to beginners, but ultimately rewards the reader in a more consistent manner.
Re: Foundations of ML and AI: Book recommendations
#13Perhaps is because it doesn't cover deep learning?
Re: Foundations of ML and AI: Book recommendations
#14Whatever happened to Norvig's AIMA book [1], did it fall out of fashion? I don't ever see it mentioned in these kind of posts nowadays. Perhaps is because it doesn't cover deep learning? 1: http://aima.cs.berkeley.edu/
Re: Foundations of ML and AI: Book recommendations
#15Earlier quoted context omitted.
How to teach yourself ML in two easy steps 1) Have a strong knowledge of undergraduate mathematics, probability, statistics, numerics 2) read a book about machine learning
Piggybacking on this, I instead recommend an introductory ML book like Bishop or Murphy, a statistical ML book like Mohri or Shai Shalev-Schwartz, and a textbook on nonlinear optimization, convex or otherwise. The jump from classical machine learning to deep learning is not far if you have a good understanding of first principles.
Re: Foundations of ML and AI: Book recommendations
#16Earlier quoted context omitted.
Piggybacking on this, I instead recommend an introductory ML book like Bishop or Murphy, a statistical ML book like Mohri or Shai Shalev-Schwartz, and a textbook on nonlinear optimization, convex or otherwise. The jump from classical machine learning to deep learning is not far if you have a good understanding of first principles.
Any reason to pick Mohri over Shai Shalev-Schwartz, or the other way around?
It was helpful to me to have both, as details skipped over in one proof were often highlighted or better explained in its corresponding description. For someone whose training was not theoretical computer science, SSS left me with a better understanding most of the time.
Re: Foundations of ML and AI: Book recommendations
#17Whatever happened to Norvig's AIMA book [1], did it fall out of fashion? I don't ever see it mentioned in these kind of posts nowadays. Perhaps is because it doesn't cover deep learning? 1: http://aima.cs.berkeley.edu/
I believe there’s a new edition in prep.
https://www.quora.com/When-will-the-4th-edition-of-Artificia...
https://www.reddit.com/r/artificial/comments/5pzfzs/artifici...
Haven't found any recent updates yet.
Re: Foundations of ML and AI: Book recommendations
#18Earlier quoted context omitted.
Any reason to pick Mohri over Shai Shalev-Schwartz, or the other way around?
I think that SSS is a little easier to follow, while Mohri is more complete. It was helpful to me to have both, as details skipped over in one proof were often highlighted or better explained in its corresponding description. For someone whose training was not theoretical computer science, SSS left me with a better understanding most of the time.