Teaching

Introduction to Artificial Intelligence

Undergraduate Courses, University of Toronto, Department of Computer Science, 2024

Theories and algorithms that capture (or approximate) some of the core elements of computational intelligence. Topics include: search; logical representations and reasoning, classical automated planning, representing and reasoning with uncertainty, learning, decision making (planning) under uncertainty. Assignments provide practical experience, in both theory and programming, of the core topics.

Introduction to Databases

Undergraduate course, University of Toronto, Department of Computer Science, 2023

Introduction to database management systems. The relational data model. Relational algebra. Querying and updating databases: the query language SQL. Application programming with SQL. Integrity constraints, normal forms, and database design. Elements of database system technology: query processing, transaction management.