TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best MOOCs for Data Science and Machine Learning?

12 pointsby bhnmmhmdalmost 8 years ago

5 comments

iamkeyuralmost 8 years ago
Nowadays, there are a couple of really excellent online lectures to get you started.<p>The list is too long to include them all. Every one of the major MOOC sites offers not only one but several good Machine Learning classes, so please check [coursera](<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;</a>), [edX](<a href="https:&#x2F;&#x2F;www.edx.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;</a>), [Udacity](<a href="https:&#x2F;&#x2F;www.udacity.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.udacity.com&#x2F;</a>) yourself to see which ones are interesting to you.<p>However, there are a few that stand out, either because they&#x27;re very popular or are done by people who are famous for their work in ML. Roughly in order from easiest to hardest, those are:<p>* Andrew Ng&#x27;s [ML-Class at coursera](<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;ml" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;ml</a>): Focused on application of techniques. Easy to understand, but mathematically very shallow. Good for beginners!<p>* Hasti&#x2F;Tibshirani&#x27;s [Elements of Statistical Learning](<a href="http:&#x2F;&#x2F;statweb.stanford.edu&#x2F;~tibs&#x2F;ElemStatLearn&#x2F;" rel="nofollow">http:&#x2F;&#x2F;statweb.stanford.edu&#x2F;~tibs&#x2F;ElemStatLearn&#x2F;</a>): Also aimed at beginners and focused more on applications.<p>* Yaser Abu-Mostafa&#x27;s [Learning From Data](<a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;caltechx&#x2F;caltechx-cs1156x-learning-data-1120" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;caltechx&#x2F;caltechx-cs1156x-learnin...</a>): Focuses a lot more on theory, but also doable for beginners<p>* Geoff Hinton&#x27;s [Neural Nets for Machine Learning](<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;neuralnets" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;neuralnets</a>): As the title says, this is almost exclusively about Neural Networks.<p>* Hugo Larochelle&#x27;s [Neural Net lectures](<a href="http:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PL6Xpj9I5qXYEcOhn7TqghAJ6NAPrNmUBH" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PL6Xpj9I5qXYEcOhn7TqghA...</a>): Again mostly on Neural Nets, with a focus on Deep Learning<p>* Daphne Koller&#x27;s [Probabilistic Graphical Models](<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;pgm" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;course&#x2F;pgm</a>) Is a very challenging class, but has a lot of good material that few of the other.
minimaxiralmost 8 years ago
Previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14998352" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14998352</a>
nndalmost 8 years ago
I’m currently taking ML course from Andrew Ng, it’s a bit weak in math, but gives you a pretty good understanding how those ML algorithms work.
socrateesalmost 8 years ago
I consider Andrew Ng&#x27;s ML course - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;machine-learning" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;machine-learning</a> the best place to start, in addition to his <a href="https:&#x2F;&#x2F;deeplearning.ai" rel="nofollow">https:&#x2F;&#x2F;deeplearning.ai</a> courses.
mycatalmost 8 years ago
Yaser Abu-Mostafa&#x27;s Learning From Data.<p>Theory-heavy tough course but in the long run, really worth it.