Ask HN: How did you learn Machine Learning?
My company wants to move into the ML world to solve a specific problem that ML would probably excel at. However, all of us are at a loss as to what we are doing.
How did you learn Machine Learning? We'd love to get our first step in the right direction.
2 comments
[ 3.1 ms ] story [ 14.3 ms ] threadIf you want to approach machine learning from a more statistical perspective, you could also have a look at An Introduction to Statistical Learning to start: http://www-bcf.usc.edu/~gareth/ISL/ Or if you're more mathematically inclined than the average bear, you could jump directly into The Elements of Statistical Learning: https://web.stanford.edu/~hastie/ElemStatLearn/
If you want something a little more interactive than a book though, you might have a look at Google's free crash course on machine learning: https://developers.google.com/machine-learning/crash-course/... I checked it out briefly maybe six months ago, and it seemed pretty good. It seemed a bit focused on Tensor Flow and some other tools, but that's okay.