Skip to content

Latest commit

 

History

History
154 lines (135 loc) · 4.8 KB

courses.md

File metadata and controls

154 lines (135 loc) · 4.8 KB
title permalink layout excerpt comments
Courses & Teaching Assistant
/courses/
page
Courses & Teaching Assistant
false

Important courses that I took at the University of Alberta. The courses that I TA'ed are bolded. If a number is in brackets it means I TA'ed the course twice, and DR signifies TA'ed the course in Decima Robinson Support Center. Most of the information is directly referenced from the University of Alberta's course catalogue.


<style> .collapsible { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: transparent; font-size: 15px; transition: background-color 0.1s; }

.active, .collapsible:hover { background-color: transparent; outline: transparent; color: blue; }

.content { padding: 0 18px; display: none; overflow: hidden; outline: transparent; background-color: #f9f9f9; } </style>

Winter 2023

  • MATH 417 - Honors Real Variables I (Measure Theory)
  • MATH 253 - Theory of Interest
  • CMPUT 365 - Reinforcement Learning

Fall 2022

  • CMPUT 366 - Search and Planning in Artificial Intelligence
  • CMPUT 497 - Reading Course (Foundations of Deep Learning and Kernel Methods)
  • MATH 436 - Intermediate Partial Differential Equations I
  • MATH 411 - Honors Complex Variables

Winter 2022

  • CMPUT 474 - Formal Languages, Automata, Computability and Complexity Theory
  • CMPUT 469 - Artificial Intelligence Capstone
  • MATH 499 - Research Thesis

Fall 2021

  • MATH 298 - Problem-Solving Seminar (Putnam Preparation)
  • MATH 337 - Introduction to Partial Differential Equations
  • MATH 381 - Numerical Methods I
  • CMPUT 367 - Intermediate Machine Learning (ML Theory II)
  • CMPUT 304 - Advanced Algorithms (Complexity Theory and Randomized Algorithms as well)

Winter 2021

  • CMPUT 267 - Basics of Machine Learning (ML Theory I)
  • CMPUT 204 - Algorithms I
  • MATH 336 - Honors Ordinary Differential Equations (Dynamical Systems included)
  • MATH 317 - Honors Advanced Calculus II (Topology, Differential Forms and Multivariate Real Analysis)
  • MATH 372 - Mathematical Modelling I

Fall 2020

  • MATH 217 - Honors Advanced Calculus I (Multivariate Real Analysis)(DR)
  • MATH 328 - Algebra: Group Theory
  • MATH 322 - Graph Theory
  • CMPUT 291 - Introduction to File and Database Management
  • CMPUT 328 - Visual Recognition/Computer Vision (Deep Learning)

Winter 2020

  • CMPUT 272 - Formal Systems and Logic in Computing Science
  • MATH 227 - Honors Linear Algebra II (DR)
  • MATH 118 - Honors Calculus II (Real Analysis II)
  • CMPUT 175 - Introduction to the Foundations of Computation II

Fall 2019

  • MATH 117 - Honors Calculus I (Real Analysis I)(2)
  • MATH 127 - Honors Linear Algebra I (DR)
  • CMPUT 174 - Introduction to the Foundations of Computation I
  • STAT 151 - Introduction to Applied Statistics I
<script> var coll = document.getElementsByClassName("collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); } </script>
Grateful for the courses that I took and the wonderful Professors who taught me.

-Robert