mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 02:46:57 +08:00
16 lines
732 B
Markdown
16 lines
732 B
Markdown
# CS231n: CNN for Visual Recognition
|
||
## 课程简介
|
||
- 所属大学:Stanford
|
||
- 先修要求:机器学习基础
|
||
- 编程语言:Python
|
||
- 课程难度:🌟🌟🌟🌟
|
||
- 预计学时:80小时
|
||
|
||
Stanford的CV入门课,由计算机领域的巨佬李飞飞院士领衔教授(CV领域划时代的著名数据集ImageNet的研究团队),但其内容相对基础且友好,如果上过CS230的话可以直接上手Project作为练习。
|
||
|
||
## 课程资源
|
||
- [课程网站](http://cs231n.stanford.edu/)
|
||
- [课程视频](https://www.bilibili.com/video/BV1nJ411z7fe?from=search&seid=8596063021098656438&spm_id_from=333.337.0.0)
|
||
- 课程教材:无
|
||
- [课程作业](http://cs231n.stanford.edu/schedule.html):3个编程作业
|
||
|