Teaching
Lecture Notes
For all the notes supposedly "coming soon", see here and here for a longer and not so proofread set of notes containing all the relevant material (and more!).
Python Tutorials
Each link downloads a zip file with code and Jupyter notebooks, along with a README doc with instructions to run them. All code is in Python 3.
- Neural Coding, covering population vector decoding, optimal linear estimator, maximum likelihood decoding, Fisher Information, and noise correlations
- Reinforcement Learning, covering the Rescorla-Wagner model, Temporal Difference learning, SARSA, and Q-learning
- Deep Learning, covering stochastic gradient descent, feed-forward networks, and recurrent neural networks using PyTorch