Teaching

Statistical Learning (Math 607; Winter, 2022; Winter, 2024)

This course covers statistical and machine learning theory using foundational approaches. Topics include probability theory, regression, classification, kernel methods, mixture models and expectation maximization, as well as inference for sequential data using hidden Markov models and linear dynamical systems. Demonstration code and homework assignments from the course are available here: https://github.com/murray-lab/statistical-learning

Analysis of Neural Data (Biology 4/510; Spring, 2021; Spring, 2023)

This course introduces students to Python for scientific computing and to concepts from statistics that are relevant for data analysis, applying all of this to analyzing real neuroscience data from publicly available datasets. Demonstration code and homework assignments from the course are available here: https://github.com/murray-lab/analysis-of-neural-data

Scientific computing with Python

Here is a tutorial introducing Python for scientific computing, written for students with no prior coding experience. Reading this and doing the exercises will give students a sufficient background to start writing their own code, analyzing data, and making plots: https://github.com/murray-lab/python-intro