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.

Everything you need to know about Machine Learning in 30 minutes or less

204 pointsby gmodenaalmost 13 years ago

6 comments

monk_the_dogalmost 13 years ago
If you already have a little exposure to machine learing, let me recomend an interesting review paper [1] on random forests: <a href="http://research.microsoft.com/pubs/155552/decisionForests_MSR_TR_2011_114.pdf" rel="nofollow">http://research.microsoft.com/pubs/155552/decisionForests_MS...</a><p>It isn't everything you need know in 30 minutes, but it's a concrete coverage of lots of topics in machine learning in under 150 pages. Here's why I'm recomending this paper:<p>* The algoritm is easy to understand.<p>* It can handle classification, regression, semi-supervised learning, manifold learning, and density estimation. The paper gives an introduction to each of these topics as well as a unified framework to implement each algorithm.<p>* It can handle categorical data and missing data [2]<p>* It gives as good results as other state of the art algorithms.<p>* The paper is well-written and easy to understand for someone without a deep background in machine learning.<p>[1] It's mostly a review paper. Using random forests for density estimation is new.<p>[2] This review paper doesn't cover categorical data or missing data.
评论 #4203246 未加载
评论 #4201455 未加载
kqr2almost 13 years ago
Hilary Mason has a longer introduction to machine learning video using web data, however, it isn't free.<p><a href="http://shop.oreilly.com/product/0636920017493.do" rel="nofollow">http://shop.oreilly.com/product/0636920017493.do</a>
评论 #4201219 未加载
marcelsalathealmost 13 years ago
Nice talk. The example of google translate is not a good one though. Say you translate from language A to language B with 99% accuracy, and vice versa, which would be pretty awesome, you'd still have a substantial quality decay after only a few back and forth translations (0.99^x where x is the number of translation steps).
评论 #4201334 未加载
评论 #4202300 未加载
taliesinbalmost 13 years ago
For more advanced audiences, here's a great resource I discovered recently: <a href="http://videolectures.net/mlss09uk_cambridge/" rel="nofollow">http://videolectures.net/mlss09uk_cambridge/</a> -- 60 hours of lectures from the giants of machine learning delivered at a summer school held at Cambridge in 2009.
jtagenalmost 13 years ago
From the video, seems like this was a really tough crowd. Every other video I've seen with her speaking had people laughing and enjoying themselves.
geoffw8almost 13 years ago
Gutted. I was there on the Friday, but not the Saturday (which is when the exciting stuff was). The BrewDog talk was best!