Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COURSE] Add STAT435 by Ethan Wang #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/机器学习/STAT435.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# STAT 435: Introduction to Statistical Machine Learning

## 课程简介

- 所属大学:University Of Washington/ Stanford
- 指導教授:Daniela Witten
- 先修要求:STAT 341, STAT 390/MATH 390, 或 STAT 391 則一; 推薦: MATH 208;
- 编程语言:R
- 课程难度:🌟🌟🌟🌟
- 预计学时:Quarter學制 4學分

介紹了統計機器學習的理論與應用。大致包含以下主題:
- 監督與非監督是學習
- 交叉驗證
- 偏見與方差之間的權衡取捨
- 回歸與分類
- 正規化與收縮
- 非線性手段
- 基於樹的方法
- 支援向量機(SVM)
- R的應用

個人覺得這門課偏重理論概念與公式推倒,R的應用查找案例就會使用了。

## 课程资源

- 课程网站:<https://www.statlearning.com/>
- 课程视频:<https://www.dataschool.io/15-hours-of-expert-machine-learning-videos/>
- 课程教材:<https://www.statlearning.com/>
- 课程作业:[待整理](https://github.com/yousenwang)