Live data from Hacker News

Research Blog: Machine Learning Book for Students and Researchers

googleresearch.blogspot.com

11–20 of 22 posts

Re: Research Blog: Machine Learning Book for Students and Researchers

#11

My favorite introductory textbook on machine learning is the Tom Mitchell book: http://www.amazon.com/Machine-Learning-Tom-M-Mitchell/dp/007... The Bishop book is the most popular though: http://www.amazon.com/gp/product/0387310738/ref=pd_rvi_gw_2/...

I have been putting off buying that book because of the price, maybe I should check the library.

Re: Research Blog: Machine Learning Book for Students and Researchers

#12
post #6

Aside: I find it ridiculous that I can't read a blog post, a little bit of text and an image, without enabling javascript on two domains. I know that a bunch of you will think only masochists use NoScript, but the page is slow to appear and needlessly complicated. If there's anyone at Google who could help your company set a better example, please nudge the right people.

And this one is not in Google's cache. I've taken to reading the cached version of many blogspot pages, for this reason -- I have a browser extension that makes that just a couple of clicks to accomplish. Maybe Google has caught on to this.

EDIT: My mistake; I just had to strip off the bazillion query parameters.

Google cache of the post:

http://webcache.googleusercontent.com/search?q=cache:http%3A...

Re: Research Blog: Machine Learning Book for Students and Researchers

#13
post #6

Aside: I find it ridiculous that I can't read a blog post, a little bit of text and an image, without enabling javascript on two domains. I know that a bunch of you will think only masochists use NoScript, but the page is slow to appear and needlessly complicated. If there's anyone at Google who could help your company set a better example, please nudge the right people.

and it breaks the back button

Re: Research Blog: Machine Learning Book for Students and Researchers

#14
post #4

I haven't seen this book before but I did take Prof. Mohri's class a few years ago. His material is great but be warned that is's biased heavily towards theory (proofs and bounds instead of the more common/practical "rules of thumb"). You can get a lot done using machine learning tools having only a superficial familiarity with VC dimension, complexity bounds, etc... If however, you want to get deeper insight into th…

I wish the window for fixing a comment was a bit longer...

Re: Research Blog: Machine Learning Book for Students and Researchers

#17

Why is this news?

http://www.nytimes.com/2012/02/12/sunday-review/big-datas-im... http://www.nytimes.com/2012/08/12/business/how-big-data-beca...

So this machine learning textbook is applied specifically to big data, in a way that is novel and new?

Re: Research Blog: Machine Learning Book for Students and Researchers

#18
post #4

I haven't seen this book before but I did take Prof. Mohri's class a few years ago. His material is great but be warned that is's biased heavily towards theory (proofs and bounds instead of the more common/practical "rules of thumb"). You can get a lot done using machine learning tools having only a superficial familiarity with VC dimension, complexity bounds, etc... If however, you want to get deeper insight into th…

I took Prof. Mohri's class this spring, and we actually used a draft version of this book. I agree with you that it's very theoretical, but Bishop, Mitchell, and the other ML resources don't address learning theory. VC-dimension isn't for everyone, but if you need to know about it, this is the book you want to use.

There's also the added bonus of this text coming from Prof. Mohri et al.'s experiences at Google, so there's a lot of discussion about online algorithms and ranking (which you don't see in many other places).

Re: Research Blog: Machine Learning Book for Students and Researchers

#20

My favorite introductory textbook on machine learning is the Tom Mitchell book: http://www.amazon.com/Machine-Learning-Tom-M-Mitchell/dp/007... The Bishop book is the most popular though: http://www.amazon.com/gp/product/0387310738/ref=pd_rvi_gw_2/...

So this is a common misconception about the text (and Prof. Mohri's NYU class). In this case, "foundations" does not mean this is an introductory course.

Rather, the class and text provide mathematical foundations for understanding the error bounds and growth complexity of various learning algorithms. So you'll be workin with convex optimization, reproducing kernel Hilbert spaces, and Rademacher complexity--definitely not "introductory" in the least!

It's a completely different beast from Mitchell, Bishop, or EoSL (which I'm studying right now!), so I'm not sure comparisons are valid. It also fills a prominent gap in the ideas reviewed by the popular ML texts.

Post reply on HN