Skip to content

Commit 71837f1

Browse files
committed
update note
1 parent b3dc7cb commit 71837f1

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CMU-ML/note.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
这是本人学习 [CMU 10601 课程](http://www.cs.cmu.edu/~ninamf/courses/601sp15/lectures.shtml)的学习记录
2-
3-
**相关笔记**
1+
**这是个人学习CMUML(10601,10701,10715)以及一些cs229的相关笔记**
42

3+
# 机器学习相关
54
- [decision tree](https://zouzhitao.github.io/posts/ml-decision-tree-note/)
6-
- [lec3-hw2solution note](./lec3/hw2solution.md)
5+
- [lec3-hw2solution note](./lec3/hw2solution.md)
6+
- [机器学习笔记: MLE and MAP](https://zouzhitao.github.io/posts/ml-note-mle-and-map/)
7+
- [机器学习笔记: 概率论基础](https://zouzhitao.github.io/posts/ml-note-probility/)
8+
- [机器学习笔记:朴素贝叶斯](https://zouzhitao.github.io/posts/ml-note-naive-bayes/)
9+
10+
# math
11+
- [点到超平面的距离计算简单笔记](https://zouzhitao.github.io/posts/math-distence-to-hyperplane/)
12+
- [Newton's Method](https://zouzhitao.github.io/posts/newton-method/)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ this is my personal CS learning note
55
- [Programing language](./PL@Grossman/README.md)
66
- [MIT 6.828](./MIT6.828-fa18/README.md)
77
- [CSMM101AI AT edx](./CSMM101AI/README.md)
8+
- [CMU-ML](./CMU-ML/note.md)

0 commit comments

Comments
 (0)