/CSC384

Primary LanguagePython

UofT CSC384 Course Repository

This will contain the notes and assignments code for this course. Topic invovles

  • Search Problems (UCS, DFS, BFS ...etc)
  • CSPs (Back Tracking Search with/without Inference
  • Game Trees (Min-Max Algorithm, Alpha-Beta Pruning)
  • Bayesian Networks (Probability, Variable Elimination...)
  • Knowledge Representation (First-order Logic, Resolution by Refutation)