美文网首页
Syllabus课程大纲

Syllabus课程大纲

作者: 前端混合开发 | 来源:发表于2016-10-31 10:18 被阅读0次

Introduction (1 class)
Basic concepts.
Supervised learning. (7 classes)
Supervised learning setup. LMS.
Logistic regression. Perceptron. Exponential family.
Generative learning algorithms. Gaussian discriminant analysis. Naive Bayes.
Support vector machines.
Model selection and feature selection.
Ensemble methods: Bagging, boosting.
Evaluating and debugging learning algorithms.
Learning theory. (3 classes)
Bias/variance tradeoff. Union and Chernoff/Hoeffding bounds.
VC dimension. Worst case (online) learning.
Practical advice on how to use learning algorithms.
Unsupervised learning. (5 classes)
Clustering. K-means.
EM. Mixture of Gaussians.
Factor analysis.
PCA (Principal components analysis).
ICA (Independent components analysis).
Reinforcement learning and control. (4 classes)
MDPs. Bellman equations.
Value iteration and policy iteration.
Linear quadratic regulation (LQR). LQG.
Q-learning. Value function approximation.
Policy search. Reinforce. POMDPs.

相关文章

网友评论

      本文标题:Syllabus课程大纲

      本文链接:https://www.haomeiwen.com/subject/sutputtx.html