CPSC 370: Deep Learning
School: Chapman University
Term: Fall 2019
Website: Class homepage
Topics
- Prerequisites
- Linear Regression to Multi Layer Perceptrons
- Universal Approximation Theorem
- Training Neural Networks
- Convolutional Neural Networks
- Convolutional Neural Network Applications
- Autoencoders
- Recurrent Neural Networks
- Attention
- Generative Adversarial Networks
- Neuroscience and Deep Learning
- Reinforcement Learning Part 1
- Reinforcement Learning Part 2
First day checklist
- [ ] Read the prerequisites notebook
- [ ] Run
python ready_for_class.py
- [ ] Complete the test questions in here. These are due on the first day
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