cs-self-learning/docs/人工智能/CS50.md
Yukiteru ebc8150824 format markdown documents
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>
2022-04-03 17:39:04 +08:00

887 B
Raw Blame History

CS50s Introduction to AI with Python

课程简介

  • 所属大学Harvard
  • 先修要求:基本概率论 + Python基础
  • 编程语言Python
  • 课程难度:🌟🌟🌟
  • 预计学时30 小时

一门非常基础的AI入门课让人眼前一亮的是12个设计精巧的编程作业都会用学到的AI知识去实现一个简易的游戏AI比如用强化学习训练一个Nim游戏的AI用alpha-beta剪枝去扫雷等等非常适合新手入门或者大佬休闲。

课程资源

资源汇总

我在学习这门课中用到的所有资源和作业实现都汇总在这个 GitHub 仓库中。