I want to start learning about machine learning.
I'm a seasoned software developer, worked with things like C#, Ruby, Go, Javascript, Elixir throughout the years.
Never touched machine learning, but eager to get started.
How would you recommend a developer start diving into machine learning?
Any paid for video resources or books?
1. "Machine Learning" - Murphy
It's a classic and a rigorous introduction to the subject. It focuses on theory over implementation so it's more for developing a principled understanding of machine learning fundamentals than for getting you up to speed with modern tools necessary for solving real problems.
2. "Neural Networks and Deep Learning" - Nielson
This is a free online book that is very accessible and engaging. It covers basic theory and implements examples in Python.