Machine Learning (ML) Recommended Introductory Books Summary

Tadashi Shigeoka ·  Mon, September 11, 2017

Recently, I got acquainted with people from a certain AI startup, and engineers who are actively using machine learning in their work recommended some introductory books for machine learning, so I’d like to share them.

Machine Learning

Me: “If you have any recommended books or sites for getting started with machine learning, please let me know ✌️”

ML Person: “The overwhelmingly recommended introduction is (continued in the main text below)”

Machine Learning Introductory Books

Practical Introduction to Machine Learning

The overwhelmingly recommended introduction is “Programming Collective Intelligence”.

It’s Python 2, but you actually implement machine learning algorithms in Python using APIs while understanding them. It’s more practical than theoretical, so you can learn quickly.

Programming Collective Intelligence

Theoretical Introduction to Machine Learning

If you prefer theory, either of the following books. They’re often used as university textbooks.

○○ University used “First Pattern Recognition”, but I feel “Easy-to-Understand Pattern Recognition” is easier to understand.

First Pattern Recognition

Easy-to-Understand Pattern Recognition

PRML is High Difficulty

There’s also PRML, but I think it’s hard to read at first, so I recommend starting with the above.

Pattern Recognition and Machine Learning Volume 2

Pattern Recognition and Machine Learning Volume 1

I’ll also start learning machine learning so I can implement it practically.

That’s all from the Gemba.