Difference between revisions of "Machine learning"
(→Machine learning books) |
(→Online Machine Learning Resources) |
||
Line 35: | Line 35: | ||
* [http://setosa.io/ev/markov-chains/ Markov Chains explained visually] | * [http://setosa.io/ev/markov-chains/ Markov Chains explained visually] | ||
* [https://www.mathworks.com/matlabcentral/fileexchange/55826-pattern-recognition-and-machine-learning-toolbox Mo Chen's toolbox] for all the methods discussed in the book: Pattern Recognition and Machine Learning by C. Bishop | * [https://www.mathworks.com/matlabcentral/fileexchange/55826-pattern-recognition-and-machine-learning-toolbox Mo Chen's toolbox] for all the methods discussed in the book: Pattern Recognition and Machine Learning by C. Bishop | ||
+ | * [http://www.arxiv-sanity.com arXiv Sanity Preserver], an interface to the machine learning section of arXiv; lists recent papers most discussed in social media, and gives similar paper recommendations. |
Revision as of 13:55, 10 October 2017
Our Journal Club slides about ML will be posted here.
- Machine learning introduction - Gunnar
- Linear Regression - Sisi
- Linear Classification - Parisa
- Markov Chain Montre Carlo - Gunnar
- Introduction to PCA and ICA - Cindy
- Expectation Maximization - Brandon and Jonathan
- Hidden Markov Models - Parisa
- Kalman filter - Josh
- Rate-based networks & error back-propagation learning - Scott
- Support Vector Machines - Jerry
- Deep belief networks - Tiger
Machine learning books
- Tom Mitchell's book
- Smola & Vishwanathan's book
- Daume's book
- Murphy's book
- Shalev-Shwartz & Ben-David's book
- Nilsson's book
- Harrington's book
- Ian Goodfellow, Yoshua Bengio, and Aaron Courville's book
- Hastie, Tibshirani, and Friedman's book
Online Machine Learning Resources
- ML course by Stanford computer scientist Andrew Ng (requires Coursera signup --> free enrollment)
- Andrew Ng ML course exercises for Python
- Markov Chains explained visually
- Mo Chen's toolbox for all the methods discussed in the book: Pattern Recognition and Machine Learning by C. Bishop
- arXiv Sanity Preserver, an interface to the machine learning section of arXiv; lists recent papers most discussed in social media, and gives similar paper recommendations.