cs-self-learning/docs/人工智能/CS50.en.md
XeLavend 52c7ce7ce1
[TRANSLATE] Translate Harvard's AI Course (#326)
* Create CS50.en.md

* Update the translation of CS50
2022-11-30 10:50:26 +08:00

1.1 KiB

Harvard's CS50: Introduction to AI with Python

Descriptions

  • Offered by: Harvard University
  • Prerequisites: Basic knowledge of probability theory and Python
  • Programming Languages: Python
  • Difficulty: 🌟🌟🌟
  • Class Hour: 30

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.

Course Resources

Personal Resources

All the resources and assignments used by @PKUFlyingPig in this course are maintained in PKUFlyingPig/cs50_ai - GitHub.