% Machine Learning
% Mort Yao
% 2017-01-19
Reading:
Christopher Bishop. Pattern Recognition and Machine Learning. (PRML )
Yaser S. Abu-Mostafa, Malik Magdon-Ismail and Hsuan-Tien Lin. Learning from Data: A Short Course.
Yevgeny Seldin. Machine Learning Lecture Notes.
Su-Yun Huang, Kuang-Yao Lee and Horng-Shing Lu. Lecture Notes: Statistical and Machine Learning.
Preliminaries: Basic probability theory , statistics , information theory , theory of computation (NP-hard problems).
Vapnik-Chervonenkis (VC) Theory
Simple Linear Regression: Linear Least Squares
Bayesian Linear Regression
Generalized Linear Model (GLM) and LASSO
k-Nearest Neighbors (
k
-NN)
Support Vector Machine (SVM)
Decision Trees and Ensembles
Expectation–Maximization (EM)
Kernel Density Estimation (KDE)
Statistical Learning Model
Decomposition and Dimensionality Reduction Methods
Singular Value Decomposition (SVD)
Principal Component Analysis (PCA)
Independent Component Analysis (ICA)
Nonlinear Dimensionality Reduction (NLDR) and Manifold Learning
Anomaly Detection Methods
Structured Prediction Methods
Hidden Markov Model (HMM)
Conditional Random Field (CRF)
Hierarchical Temporal Memory (HTM)
Neural Networks and Deep Learning