This section refers to machine learning / statistical learning.
Theory
- Read An Introduction to Statistical Learning with Applications in R (Hastie et al)
- Read (more difficult) Elements of Statistical Learning (Hastie et al)
- Information Theory, Learning and Learning Algorithms (David MacKay)
- Machine Learning: A Probabilistic Perspective (Kevin Murphy)
- Pattern Recognition and Machine Learning (Christopher Bishop, 2007)
Applications
Python:
- Read Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (Aurelie GerĂ³n)
- Read Data Science from Scratch (Joel Grus)
R
MOOCS
-
Andrew Ng Stanford CS229 Machine Learning 2018: https://www.youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU
-
Bloomberg : https://bloomberg.github.io/foml/#lectures
-
FastAI: https://www.fast.ai/2020/08/21/fastai2-launch/
Online Articles
Support Vector Machines (SVM) : https://www.svm-tutorial.com/
Machine Learning from Sratch : https://dafriedman97.github.io/mlbook/content/introduction.html
05/09/2020