quora 上找到的。大家share吧
What are some good resources for learning about machine learning? Why
Prerequisites
Lecture Notes:
- Cosma Shalizi, 35-350:http://www.stat.cmu.edu/~cshaliz...
- Cosma Shalizi, 36-350: http://www.stat.cmu.edu/~cshaliz...
- Cosma Shalizi, 36-402: http://www.stat.cmu.edu/~cshaliz...
- Andrew Ng, CS229: http://www.stanford.edu/class/cs... , http://see.stanford.edu/see/lect...
- Andrew Ng, CS294: http://www.stanford.edu/class/cs...
- Chris Volinsky, COMS4240: http://www2.research.att.com/~vo...
- Milos Hauskrecht, CS3750: http://www.cs.pitt.edu/~milos/co...
- S V N Vishwanathan, CS590: http://www.stat.purdue.edu/~vish...
- Dan Roth, CS446: http://l2r.cs.uiuc.edu/~danr/Tea...
- Tony Jebara, COMS4771: http://www.cs.columbia.edu/~jeba...
- Tony Jebara, COMS6772: http://www.cs.columbia.edu/~jeba...
- Michael I. Jordan, CS294: http://www.cs.berkeley.edu/~jord...
- Carlsos Guestrin, CS10701: http://www.cs.cmu.edu/~guestrin/...
- Tom Mitchell, CS10701: http://www.cs.cmu.edu/~tom/10701...
- Eric Xing, 10708: http://www.cs.cmu.edu/~epxing/Cl...
- Yoav Freund, CSE254: http://seed.ucsd.edu/mediawiki/i...
- Roni Rosenfeld, 11761: http://www.cs.cmu.edu/~roni/11761/
- Sanjiv Kumar, EECS6898: http://www.sanjivk.com/EECS6898/...
- Collins, COMS6998: http://www.cs.columbia.edu/~mcol...
- Radford M. Neal, CSC 2541: http://www.cs.utoronto.ca/~radfo...
- Jaakkola & Collins, 6.867: http://courses.csail.mit.edu/6.8...
- Hamilton, CS831: http://www2.cs.uregina.ca/~hamil...
- Girolami, MLM: http://www.dcs.gla.ac.uk/~girola...
- Bengio, IC-49: http://bengio.abracadoudou.com/l...
- Bottou, COS424: http://www.cs.princeton.edu/cour...
- Lin, CMSC838: http://www.umiacs.umd.edu/~jimmy...
- Charikar, CS493: http://www.cs.princeton.edu/cour...
- Kelner, 18-409, http://ocw.mit.edu/courses/mathe...
- Spielman, 500A: http://www.cs.yale.edu/homes/spi...
- Joachims, CS6784: http://www.cs.cornell.edu/Course...
- Joachims, CS4780: http://www.cs.cornell.edu/Course...
- Hinton, CSC2535: http://www.cs.toronto.edu/~hinto...
- Kakade & Shakhnarovich, CMSC 3590: http://ttic.uchicago.edu/~gregor...
- Khardon, 150AML: http://www.cs.tufts.edu/~roni/Te...
- Poggio, Rosasco, Frogner & Mallapragada, 9.520: http://www.mit.edu/~9.520/
- Lavie & Frederking,11-711: http://www.cs.cmu.edu/afs/cs.cmu...
- Hofman, DDM: http://jakehofman.com/ddm/
- Smola, C281B: http://alex.smola.org/teaching/b...
- Abu-Mostafa, CS156: http://www.youtube.com/playlist?...
- Mohri, CSCI-GA.2566-001: http://www.cs.nyu.edu/~mohri/ml12/
- Rakhlin & Sridharan: STAT 928, Spring 2012 (thanks to Justin Rising)
- Ryan Adams, Harvard CS181 -- Intelligent Machines: Perception, Learning, and Uncertainty
- Peter Bartlett at UC Berkeley (also the 2006 version)
- Sham Kakade and Ambuj Tewari at TTI, UChicago
- Maxim Raginsky at Duke
- Shai Shalev-Shwartz at Hebrew U.
- Dmitry Panchenko at MIT
- A Course in Machine Learning by Hal Daumé III
Getting Started
Textbooks:
- There aren't many good introductory books on ML, probably Tom Mitchell's is one of the best for starters: http://www.cs.cmu.edu/afs/cs.cmu...
- For hands-on guides see Quinlan's C4.5: http://www.amazon.com/C4-5-Progr... and Marsland's ML from Algorithmic Perspective: http://www.amazon.com/Machine-Le...
- Before you get to PRML (the most popular ML textbook http://research.microsoft.com/en... ) try reading earlier works by Bishop to get into his head. This one is excellent: http://www.amazon.com/Neural-Net... and also the old edition of Duda & Hart: http://www.amazon.com/Pattern-Cl...
- Breiman, Leo; Friedman, J. H., Olshen, R. A., & Stone, C. J. (1984). Classification and regression trees.
- Hastie, T., Tibshirani, R., Friedman, J. H. (2001). The elements of statistical learning : Data mining, inference, and prediction: http://www-stat.stanford.edu/~ti...
- David MacKay, Information Theory, Inference, and Learning Algorithms:http://www.inference.phy.cam.ac....
Data Repositories
Conferences & journals
People & Communities
Q&A
Other