mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-22 17:37:17 +08:00
add CS50 ai
This commit is contained in:
parent
7a2d825e9a
commit
1f38cf5104
1 changed files with 18 additions and 0 deletions
18
docs/人工智能/CS50.md
Normal file
18
docs/人工智能/CS50.md
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# CS50’s Introduction to AI with Python
|
||||||
|
## 课程简介
|
||||||
|
- 所属大学:Harvard
|
||||||
|
- 先修要求:基本概率论 + Python基础
|
||||||
|
- 编程语言:Python
|
||||||
|
- 课程难度:🌟🌟🌟
|
||||||
|
- 预计学时:30小时
|
||||||
|
|
||||||
|
一门非常基础的AI入门课,让人眼前一亮的是12个设计精巧的编程作业,都会用学到的AI知识去实现一个简易的游戏AI,比如用强化学习训练一个Nim游戏的AI,用alpha-beta剪枝去扫雷等等,非常适合新手入门或者大佬休闲。
|
||||||
|
|
||||||
|
## 课程资源
|
||||||
|
- 课程网站:https://cs50.harvard.edu/ai/2020/
|
||||||
|
- 课程视频:参见课程网站
|
||||||
|
- 课程教材:无
|
||||||
|
- 课程作业:12个精巧的编程作业
|
||||||
|
|
||||||
|
## 资源汇总
|
||||||
|
我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/cs50_ai)中。
|
||||||
Loading…
Reference in a new issue