cs-self-learning/docs/人工智能/CS50.md
2021-12-10 00:24:25 +08:00

18 lines
No EOL
879 B
Markdown
Raw 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剪枝去扫雷等等非常适合新手入门或者大佬休闲。
## 课程资源
- [课程网站](https://cs50.harvard.edu/ai/2020/)
- [课程视频](https://cs50.harvard.edu/ai/2020/)
- 课程教材:无
- [课程作业](https://cs50.harvard.edu/ai/2020/)12个精巧的编程作业
## 资源汇总
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/cs50_ai)中。