Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
STAT 453: Intro to Deep Learning @ UW-Madison (Spring 2020)
Jupyter Notebook TeX
Branch: master
Clone or download
Latest commit c4501fa Feb 4, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
L01-intro
L02-dl-history L02 Jan 23, 2020
L03-perceptron making the pytorch code more numy like Jan 30, 2020
L04-linalg add slides for L04 Feb 4, 2020
extras/installing-python python installation help Jan 30, 2020
hw01 fix links Jan 31, 2020
report-template
.gitignore upd gitignore Jan 23, 2020
LICENSE Initial commit Jan 20, 2020
README.md add slides for L04 Feb 4, 2020

README.md

STAT 453: Introduction to Deep Learning and Generative Models

Course Website: http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/

Topics Summary (Planned)

Below is a list of the topics I am planning to cover. Note that while these topics are numerated by lectures, note that some lectures are longer or shorter than others. Also, we may skip over certain topics in favor of others if time is a concern. While this section provides an overview of potential topics to be covered, the actual topics will be listed in the course calendar at the bottom of the course website.

Part 1: Introduction

Part 2: Mathematical and computational foundations

Part 3: Introduction to neural networks

  • Multinomial logistic regression
  • Multilayer perceptrons
  • Regularization
  • Input normalization and weight initialization
  • Learning rates and advanced optimization algorithms
  • Project proposal (online submission)

Part 4: Deep learning for computer vision and language modeling

  • Introduction to convolutional neural networks 1
  • Introduction to convolutional neural networks 2
  • Introduction to recurrent neural networks 1
  • Introduction to recurrent neural networks 2
  • Midterm exam

Part 5: Deep generative models

  • Autoencoders
  • Autoregressive models
  • Variational autoencoders
  • Normalizing Flow Models
  • Generative adversarial networks 1
  • Generative adversarial networks 2
  • Evaluating generative models

Part 6: Class projects and final exam

  • Course summary
  • Student project presentations 1
  • Student project presentations 2
  • Student project presentations 3
  • Final exam
  • Final report (online submission)
You can’t perform that action at this time.