cs-self-learning/docs/人工智能/CS50.md
69331d55f9
[UPDATE] Update ai-with-python course link (#662)
* docs(ai-with-python): update course link

* chore: optimize ai-with-python link
2025-06-08 11:11:07 +08:00

22 lines
1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CS50s Introduction to AI with Python
## 课程简介
- 所属大学Harvard
- 先修要求:基本概率论 + Python 基础
- 编程语言Python
- 课程难度:🌟🌟🌟
- 预计学时30 小时
一门非常基础的 AI 入门课,让人眼前一亮的是 12 个设计精巧的编程作业,都会用学到的 AI 知识去实现一个简易的游戏 AI比如用强化学习训练一个 Nim 游戏的 AI用 alpha-beta 剪枝去扫雷等等,非常适合新手入门或者大佬休闲。
## 课程资源
- 课程网站:[2024](https://cs50.harvard.edu/ai/2024/)、[2020](https://cs50.harvard.edu/ai/2020/)
- 课程视频:[2024](https://cs50.harvard.edu/ai/2024/)、[2020](https://cs50.harvard.edu/ai/2020/)
- 课程教材:无
- 课程作业:[2024](https://cs50.harvard.edu/ai/2024/)、[2020](https://cs50.harvard.edu/ai/2020/)12个精巧的编程作业
## 资源汇总
@PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/cs50_ai - GitHub](https://github.com/PKUFlyingPig/cs50_ai) 中。