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.

Guide to getting started in Machine Learning

37 pointsby ananthrkover 15 years ago

5 comments

simon_over 15 years ago
Andrew Ng's course notes are 90% of the way to being a textbook, and are an incredible resource, especially if you're going to watch the lectures.<p><a href="http://www.stanford.edu/class/cs229/materials.html" rel="nofollow">http://www.stanford.edu/class/cs229/materials.html</a>
评论 #892293 未加载
paraschopraover 15 years ago
God, whatever you do please don't start by picking a few datasets at UCI ML site and using R packages to play with the data.<p>An ideal approach will be to:<p>- Pick any programming language and start off with plain regression. It may look simple but this will become fantastic base going forward<p>- Generate a synthetic data set and apply your freshly written regression on it<p>- Expand your toolkit to include test and training data set generation and calculation of ROC curves and confusion tables<p>- Add logistic regression, regularizers and other advanced regression models to the toolkit<p>- Use a real world dataset and develop multiple different models. And pick the best model (choosing the right model itself is a big task in itself)<p>- Then try coding Neural Networks, SVM, etc.
评论 #895589 未加载
the_real_r2d2over 15 years ago
I would add:<p>Programming Collective Intelligence (O'reilly) <a href="http://oreilly.com/catalog/9780596529321" rel="nofollow">http://oreilly.com/catalog/9780596529321</a><p><a href="http://ianma.wordpress.com/2009/07/19/machine-learning-for-beginners/" rel="nofollow">http://ianma.wordpress.com/2009/07/19/machine-learning-for-b...</a><p>Practical Artificial Intelligence Programming in Java <a href="http://www.markwatson.com/opencontent/" rel="nofollow">http://www.markwatson.com/opencontent/</a>
评论 #892205 未加载
wheatiesover 15 years ago
Nice to see a link to online courses. I've been studying Bishop's book in my spare time.
评论 #892283 未加载
leecho0over 15 years ago
I'm curious what you guys use ML for
评论 #892809 未加载