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.

Understanding Machine Learning: From Theory to Algorithms (2014)

202 pointsby subnaughtover 9 years ago

15 comments

arbitrage314over 9 years ago
I&#x27;m a math geek, but I&#x27;m also a mostly self-taught data scientist.<p>&quot;The Elements of Statistical Learning&quot; (<a href="https:&#x2F;&#x2F;web.stanford.edu&#x2F;~hastie&#x2F;local.ftp&#x2F;Springer&#x2F;OLD&#x2F;ESLII_print4.pdf" rel="nofollow">https:&#x2F;&#x2F;web.stanford.edu&#x2F;~hastie&#x2F;local.ftp&#x2F;Springer&#x2F;OLD&#x2F;ESLI...</a>) is far and away the best book I&#x27;ve seen.<p>It took me hundreds of hours to get through it, but if you&#x27;re looking to understand things at a pretty deep level, I&#x27;d say it&#x27;s well-worth it.<p>Even if you stop at chapter 3, you&#x27;ll still know more than most people, and you&#x27;ll have a great foundation.<p>Hope this helps!
评论 #10591984 未加载
评论 #10591875 未加载
评论 #10592677 未加载
pmelendezover 9 years ago
Just a curiosity: One of the authors also proposed Pegasos SVM [1] which is a nice online approximation to SVM and that can be written in 15 lines of code or so.<p><a href="http:&#x2F;&#x2F;ttic.uchicago.edu&#x2F;~nati&#x2F;Publications&#x2F;PegasosMPB.pdf" rel="nofollow">http:&#x2F;&#x2F;ttic.uchicago.edu&#x2F;~nati&#x2F;Publications&#x2F;PegasosMPB.pdf</a>
cdnsteveover 9 years ago
I feel like the barrier to machine learning for me, as I&#x27;ve seen in many tutorials and books and is an immediate discouragement, is the massive amount of math thrown in your face. Many of us didn&#x27;t just graduate, need glasses and fall asleep at 8pm on the couch when the kids are in bed... Math is this distant fragment of memory buried under years of everything not Math.<p>It feels like machine learning is only taught by academia but the majority of the audience is for practical use by the average developer wanting to play with it today.
评论 #10591148 未加载
评论 #10590619 未加载
评论 #10590601 未加载
评论 #10590356 未加载
评论 #10591281 未加载
评论 #10590355 未加载
评论 #10590463 未加载
评论 #10597482 未加载
评论 #10590901 未加载
评论 #10592797 未加载
评论 #10590292 未加载
inglorover 9 years ago
I&#x27;ve read this book and warmly recommend it. It has a very pragmatic &quot;no bullshit&quot; approach and it&#x27;s very mathematical and concise.<p>The neural networks chapter is tiny (but that&#x27;s ok - that&#x27;s not the focus) and some of the questions are really hard - but overall I&#x27;ve really enjoyed it.
stevenmaysover 9 years ago
I am considering taking Udacity&#x27;s machine learning nanodegree [0] with zero machine learning background. It seems interesting. Any thoughts?<p>[0] <a href="https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;machine-learning-engineer-nanodegree--nd009" rel="nofollow">https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;machine-learning-engineer-nan...</a>
wodenokotoover 9 years ago
It&#x27;s pretty cool that the book is not only free, but they link to courses that uses it.<p>If you speak Hebrew you can get two different professors take on how to teach the material in the book, as well as lecture notes from a total of 3 professors. That&#x27;s pretty neat if there&#x27;s a concept you are struggling with as a student!
enlightenedfoolover 9 years ago
Glad to see another book to learn from for free. But my problem now is that there are so many books each with somewhat different approach and content for the same ML techniques. Not necessarily bad, but I get somewhat confused when trying to apply a method.<p>EDIT: I guess the focus on the theory might help me.
alvernover 9 years ago
My question for someone that has an intermediate level of skill in machine learning, what&#x27;s the best way to dip your toes in? (Udacity, coursera, edx, PDFs, Talking Machines podcast, etc)
评论 #10590404 未加载
michaelsbradleyover 9 years ago
There&#x27;s also the freely-accessible book <i>A Course in Machine Learning</i>:<p><a href="http:&#x2F;&#x2F;ciml.info&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ciml.info&#x2F;</a>
Omnipresentover 9 years ago
Related: Foundations of Data Science: <a href="http:&#x2F;&#x2F;www.cs.cornell.edu&#x2F;jeh&#x2F;nosolutions90413.pdf" rel="nofollow">http:&#x2F;&#x2F;www.cs.cornell.edu&#x2F;jeh&#x2F;nosolutions90413.pdf</a>
sagikover 9 years ago
Took the course at the Hebrew University. Awesome course. Here are the slides (English) and videos(Hebrew): <a href="http:&#x2F;&#x2F;www.cs.huji.ac.il&#x2F;~shais&#x2F;IML2014.html" rel="nofollow">http:&#x2F;&#x2F;www.cs.huji.ac.il&#x2F;~shais&#x2F;IML2014.html</a>
therobot24over 9 years ago
over 30 chapters and the only reference to graphical models is naive bayes and EM
jjaredsimpsonover 9 years ago
Top comment in another thread whines that nobody understands what the machinery of ML algorithms are really doing.<p>Top comment here whines that math is hard.
pinn42over 9 years ago
I&#x27;m creating general intelligence in Java multicore.
Merkurover 9 years ago
great! thanx!