/CS50xAI

AI-specialization of CS50

Primary LanguagePython

CS50xAI

The course gives an introduction to the different branches of AI.

It covers the following topics:

  • Search
  • Knowledge
  • Uncertainty
  • Optimization
  • Learning
  • Neural Networks
  • Language

https://cs50.harvard.edu/ai/2020/

After its completion, I decided to focus on Machine learning.

Notes:

  • Pushed venv's except for Week 5, where the venv was too large due to tensorflow
  • Hence added r.txt for W5, but there is are lots of packages inside not really neded; Just install manually
  • Freezing with pip created .txt files with too much crap from system wide installations
  • (Potentially they are also in the venv – swap venv's for r.txt's once new computer!)