Ask HN: Starting machine learning? Books, videos and other resources
20 points| sergiotapia | 9 years ago | reply
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?
[+] [-] ramblenode|9 years ago|reply
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.
[+] [-] w3clan|9 years ago|reply
[+] [-] vanboxel|9 years ago|reply
But I also agree with other posters that you should study fundamental statistics first.
[+] [-] throw_away_777|9 years ago|reply
[+] [-] rockdiesel|9 years ago|reply
Free Machine Learning Books: https://hackerlists.com/free-machine-learning-books/
Beginner Machine Learning Courses: https://hackerlists.com/beginner-ml-courses/
Tensorflow Resources - https://hackerlists.com/tensorflow-resources/
[+] [-] f0under|9 years ago|reply
Besides tutorials and books, are there friendly communities for novices? Any interesting libraries to jump start projects?
[+] [-] rayalez|9 years ago|reply
http://blog.digitalmind.io/post/artificial-intelligence-reso...
[+] [-] guessmyname|9 years ago|reply
[+] [-] 1_listerine_pls|9 years ago|reply
Andrew Ng's course is a nice one.