Machine Learning (ML) Recommended Introductory Books Summary
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.
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)”
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.
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.
There’s also PRML, but I think it’s hard to read at first, so I recommend starting with the above.
I’ll also start learning machine learning so I can implement it practically.
That’s all from the Gemba.