Skip to content

Commit 52c7ce7

Browse files
author
XeLavend
authored
[TRANSLATE] Translate Harvard's AI Course (PKUFlyingPig#326)
* Create CS50.en.md * Update the translation of CS50
1 parent 36bb20b commit 52c7ce7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/人工智能/CS50.en.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Harvard's CS50: Introduction to AI with Python
2+
3+
## Descriptions
4+
5+
- Offered by: Harvard University
6+
- Prerequisites: Basic knowledge of probability theory and Python
7+
- Programming Languages: Python
8+
- Difficulty: 🌟🌟🌟
9+
- Class Hour: 30
10+
11+
A very basic introductory AI course, what makes it stand out is the 12 well-designed programming assignments, all of which will use the learned knowledge to implement a simple game AI, such as using reinforcement learning to play Nim game, using max-min search with alpha-beta pruning to sweep mines, and so on. It's perfect for newbies to get started or bigwigs to relax.
12+
13+
## Course Resources
14+
15+
- Course Website: <https://cs50.harvard.edu/ai/2020/>
16+
- Recordings: <https://cs50.harvard.edu/ai/2020/>
17+
- Textbooks: No textbook is needed in this course.
18+
- Assignments: <https://cs50.harvard.edu/ai/2020/> with 12 programming labs of high quality mentioned above.
19+
20+
## Personal Resources
21+
22+
All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/cs50_ai - GitHub](https://github.com/PKUFlyingPig/cs50_ai).

0 commit comments

Comments
 (0)