Skip to content

Commit bfbf168

Browse files
authored
Update README.md
1 parent 43707d3 commit bfbf168

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
- [机器学习专项领域学习](#special_learning)
1515
- [致谢](#many_thanks)
1616

17-
##<h2 id="preparation">前言</h2>
17+
## <h2 id="preparation">前言</h2>
1818
  我们要求把这些课程的所有Notes,Slides以及作者强烈推荐的论文看懂看明白,并完成所有的老师布置的习题,而推荐的书籍是不做要求的,如果有些书籍是需要看完的,我们会进行额外的说明。
1919

20-
##<h2 id="curriculum">课程列表</h2>
20+
## <h2 id="curriculum">课程列表</h2>
2121

2222
课程 | 机构 | 参考书 | Notes等其他资料
2323
:-- | :--: | :--: | :--:
@@ -38,8 +38,8 @@
3838
Python程序语言设计| 暂无 | 暂无 | 暂无
3939
Matlab程序语言设计| 暂无 | 暂无 | 暂无
4040

41-
##<h2 id="learning_route">推荐学习路线</h2>
42-
###<h3 id="math_basic">数学基础初级</h3>
41+
## <h2 id="learning_route">推荐学习路线</h2>
42+
### <h3 id="math_basic">数学基础初级</h3>
4343

4444
课程 | 机构 | 参考书 | Notes等其他资料
4545
:-- | :--: | :--: | :--:
@@ -51,7 +51,7 @@ Matlab程序语言设计| 暂无 | 暂无 | 暂无
5151
[概率与统计](https://www.youtube.com/watch?v=j9WZyLZCBzs&list=PLQ3khvAsNhargDx0dG1cQXOrA2u3JsFKc)| MIT | [Introduction to Probability](https://www.amazon.com/exec/obidos/ASIN/188652923X/ref=nosim/mitopencourse-20) | [链接](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systems-analysis-and-applied-probability-fall-2010/tutorials/)
5252

5353

54-
###<h3 id="programming_basic">程序语言能力</h3>
54+
### <h3 id="programming_basic">程序语言能力</h3>
5555
考虑到机器学习的核心是里面的数学原理和算法思想,程序语言目前主要是帮助大家较好的完成课后作业以及实现自己的一些idea,此处我们仅仅给出推荐的参考学习链接,大家掌握一些常用的模块即可,即完成参考学习链接部分的内容即可,推荐书籍比较经典,但不做要求。
5656

5757
课程 | 参考学习链接 | 推荐书籍
@@ -61,14 +61,14 @@ Matlab程序语言设计| 暂无 | 暂无
6161
R程序语言设计| 暂无 | 暂无
6262

6363

64-
###<h3 id="machine_learning_basic">机器学习课程初级</h3>
64+
### <h3 id="machine_learning_basic">机器学习课程初级</h3>
6565
课程 | 机构 | 参考书 | Notes等其他资料
6666
:-- | :--: | :--: | :--:
6767
[统计学习入门](https://lagunita.stanford.edu/courses/HumanitiesSciences/StatLearning/Winter2016/about)| Stanford | [An Introduction to Statistical Learning](http://www-bcf.usc.edu/~gareth/ISL/) | [链接](https://lagunita.stanford.edu/courses/HumanitiesSciences/StatLearning/Winter2016/about)
6868
[机器学习入门](https://www.coursera.org/learn/machine-learning) | Coursera | 暂无 | [链接](https://www.coursera.org/learn/machine-learning)
6969

7070

71-
###<h3 id="math_median">数学基础中级</h3>
71+
### <h3 id="math_median">数学基础中级</h3>
7272

7373
课程 | 机构 | 参考书 | Notes等其他资料
7474
:-- | :--: | :--: | :--:
@@ -77,7 +77,7 @@ R程序语言设计| 暂无 | 暂无
7777
[凸优化2](https://www.youtube.com/watch?v=U3lJAObbMFI&list=PL3940DD956CDF0622&index=20)| Stanford | 暂无 | [链接](http://stanford.edu/class/ee364b/)
7878

7979

80-
###<h3 id="machine_learning_median">机器学习课程中级</h3>
80+
### <h3 id="machine_learning_median">机器学习课程中级</h3>
8181
  此处NTU和Caltech两个大学的课程是由《Learning from Data》一书的两个不同的作者讲的,所以仅仅只需选择一个完成即可,注意:如果选择完成NTU的机器学习课程,则**NTU的“机器学习基石”和“机器学习技法”需同时完成。**
8282

8383
课程 | 机构 | 参考书 | Notes等其他资料
@@ -88,7 +88,7 @@ R程序语言设计| 暂无 | 暂无
8888
[机器学习](https://www.youtube.com/watch?v=mbyG85GZ0PI&index=1&list=PLD63A284B7615313A)| Caltech | [Learning from Data](https://www.amazon.com/gp/product/1600490069) | [链接](http://work.caltech.edu/lectures.html)
8989

9090

91-
##<h2 id="booklists">推荐书籍列表</h2>
91+
## <h2 id="booklists">推荐书籍列表</h2>
9292
  以下推荐的书籍都是公认的机器学习领域界的好书,建议**一般难度的书籍至少详细阅读一本,建议看两本**,而较难的书籍不做任何要求,大家可以在学有余力时细细品味经典。
9393

9494
书名 | 难度
@@ -102,7 +102,7 @@ R程序语言设计| 暂无 | 暂无
102102
[Understanding Machine Learning:From Theory to Algorithms](http://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf) | 较难
103103
[Machine Learning: A probabilistic approach](https://www.amazon.com/Machine-Learning-Probabilistic-Perspective-Computation/dp/0262018020) | 较难
104104

105-
##<h3 id="special_learning">机器学习专项领域学习</h3>
105+
## <h3 id="special_learning">机器学习专项领域学习</h3>
106106
如果您已经完成了上述的所有科目,恭喜您已经拥有十分扎实的机器学习基础了,已经是一名合格的机器学习成员了,可以较为顺利的进入下面某一专项领域进行较为深入研究,因为并不是所有的专项领域都有对应的课程或者书籍等学习资料,所以此处我们仅列举一些我们知道的专项领域的学习资料,当然这些领域不能涵盖所有,还有很多领域没有整理(希望大家一起完善),如果这些领域适合你,那就继续加油!如果不清楚,那么大家可以去下面列举的高级会议期刊上去寻找自己感兴趣的话题进行学习研究。
107107

108108
###<h3 id="special_learning_data">一些专项领域资料</h3>
@@ -113,7 +113,7 @@ R程序语言设计| 暂无 | 暂无
113113
- [理论机器学习](https://github.com/JustFollowUs/Theoretical-Machine-Learning/)
114114
- 其他(尚未完善)
115115

116-
###<h3 id="special_learning_data">领域会议期刊</h3>
116+
### <h3 id="special_learning_data">领域会议期刊</h3>
117117
- [NIPS](https://nips.cc/)
118118
- [ICML](http://icml.cc/)
119119
- [AAAI](http://www.aaai.org/)
@@ -124,5 +124,5 @@ R程序语言设计| 暂无 | 暂无
124124
- 其他(尚未完善)
125125

126126

127-
##<h2 id="many_thanks">致谢</h2>
127+
## <h2 id="many_thanks">致谢</h2>
128128
 感谢南京大学LAMDA实验组杨杨博士的建议与资料的分享。

0 commit comments

Comments
 (0)