jordanott / DeepLearning

Course material from when I taught deep learning at Chapman University
7 stars 5 forks source link

CPSC 370: Deep Learning

School: Chapman University
Term: Fall 2019
Website: Class homepage

Topics

  1. Prerequisites
  2. Linear Regression to Multi Layer Perceptrons
  3. Universal Approximation Theorem
  4. Training Neural Networks
  5. Convolutional Neural Networks
  6. Convolutional Neural Network Applications
  7. Autoencoders
  8. Recurrent Neural Networks
  9. Attention
  10. Generative Adversarial Networks
  11. Neuroscience and Deep Learning
  12. Reinforcement Learning Part 1
  13. Reinforcement Learning Part 2

First day checklist

To view the notebooks as slides run

jupyter nbconvert Notebooks/01\ Introduction.ipynb --to slides --post serve

Resources

Blogs

lilianweng.github.io
colah.github.io
Gradient

Other Courses

Machine Learning

Deep Learning

Reinforcement Learning