Mike Jordan at Berkeley sent me his list on what people should learn for ML. The list is definitely on the more rigorous side (ie aimed at more researchers than practitioners), but going through these books (along with the requisite programming experience) is a useful, if not painful, exercise. I personally think that everyone in machine learning should be (completely) familiar with essentially all of the material in…
Keep in mind that Mike Jordan is a superhuman math machine. I remember his undergraduate research assistants at Cal were telling me that it would take grad students days to understand 5 minute proofs he would do on the fly.
Learning About Statistical Learning
41–44 of 44 posts
Re: Learning About Statistical Learning
#42I like his language toolbelt for this kind of work. At a minimum, I would recommend learning python (numpy/scipy), R, and at least one nice functional language (probably Haskell, Clojure, or OCaml). This is effectively what I use as well. Python as a general purpose data munging library that's good for all of your dirty work whenever you need it. R for graphing, graphing, graphing, running statistical tests other peo…
Re: Learning About Statistical Learning
#43Interesting on the one hand, but is anybody seriously going to go through those books one by one now? Personally I have troubles going through just one book (Pattern Recognition by Bishop atm), and even that might be useless without practical application. I managed to eventually read through MacKay (enjoyable book and available as a free PDF, too) and feel I have already forgotten most of it again :-( Another way mig…
My advice is not to try to read through these books (like Elements or Bishop's book). If I were to learn the topic from scratch again * I would: 1. Learn basic terminology (basically, skim the chapters and understand roughly what the topics are) 2. Work on a problem in depth. You are probably interested in a certain area or type of problem. a. Read the relevant chapters in detail. b. Pick up the necessary math along…
Re: Learning About Statistical Learning
#44I just read yesterday a book on Non-parametric Statistics: http://www.amazon.com/gp/product/047045461X/ref=oss_T15_prod... I found this useful and interesting, because a great deal of social phenomena are not normally distributed (do not fit a Gaussian bell-curve distribution, regardless of the size of the sample). I am interested in learning more about non-parametric statistics, and statistics using alternative dist…