Teaching Assistant CSDS 391: Intro to Artificial Intelligence

Undergraduate course, Case Western Reserve University, Computer and Data Science Department, 2021

Held office hours to answer student questions and graded assignments on basic concepts in AI such as:

  • Basics of search
    • BFS, DFS, A* and variants
  • Basic probability theory
    • Basic conditional probability
    • Bayesian inference
  • Intro to neural networks
    • Logistic regression and Perceptrons
    • MLPs
    • CNNs