mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-26 19:37:23 +08:00
This commit does the following things: - Separate Chinese and English by a space - Fix proper nouns - Fix syntax problems of Markdown - Move long links below - Remove unnecessary suffix of links Signed-off-by: Yukiteru <wfly1998@sina.com>
18 lines
724 B
Markdown
18 lines
724 B
Markdown
# CS224w: Machine Learning with Graphs
|
||
|
||
## 课程简介
|
||
|
||
- 所属大学:Stanford
|
||
- 先修要求:深度学习基础 + Python
|
||
- 编程语言:Python, LaTeX
|
||
- 课程难度:🌟🌟🌟🌟
|
||
- 预计学时:80 小时
|
||
|
||
Stanford 的图神经网络入门课,这门课我没有上过,但众多做 GNN 的朋友都向我力荐过这门课,想必 Stanford 的课质量还是一如既往地有保证的。另外就是这门课的授课老师非常年轻帅气:)
|
||
|
||
## 课程资源
|
||
|
||
- [课程网站](http://web.stanford.edu/class/cs224w/)
|
||
- [课程视频](https://www.youtube.com/watch?v=JAB_plj2rbA)
|
||
- 课程教材:无
|
||
- [课程作业](http://web.stanford.edu/class/cs224w/):6 个编程作业,3 个 LaTeX 书面作业
|