Washington University in St. Louis
Instructor: Jeff Heaton
Fall 2017, Mondays, Class Room: Psychology #249
Please note, this semester is using TensorFlow 1.0.
Deep learning is a group of exciting new technologies for neural networks. By using a combination of advanced training techniques and neural network architectural components, it is now possible to train neural networks of much greater complexity. This course will introduce the student to deep belief neural networks, regularization units (ReLU), convolution neural networks and recurrent neural networks. High performance computing (HPC) aspects will demonstrate how deep learning can be leveraged both on graphical processing units (GPUs), as well as grids. Deep learning allows a model to learn hierarchies of information in a way that is similar to the function of the human brain. Focus will be primarily upon the application of deep learning, with some introduction to the mathematical foundations of deep learning. Students will use TensorFlow and Keras with the Python programming language to architect a deep learning model for several of real-world data sets and interpret the results of these networks.
- Explain how neural networks (deep and otherwise) compare to other machine learning models.
- Determine when a deep neural network would be a good choice for a particular problem.
- Demonstrate your understanding of the material through a final project uploaded to GitHub.
This syllabus presents the expected class schedule, due dates, and reading assignments. Download current syllabus.
Class | Content |
---|---|
Class 1 08/28/2017 |
|
LABOR DAY 09/04/2017 |
** No class labor day ** |
Class 2 09/11/2017 |
|
Class 3 09/18/2017 |
|
Class 4 09/25/2017 |
|
Class 5 10/02/2017 |
|
Class 6 10/09/2017 |
|
Fall Break 10/16/2017 |
No class session |
Class 7 10/23/2017 |
|
Class 8 10/30/2017 |
|
Class 9 11/06/2017 |
|
Class 10 11/13/2017 |
|
Class 11 11/20/2017 |
|
Class 12 11/27/2017 |
|
Class 13 12/04/2017 |
|
Class 14 12/11/2017 |
|
- Iris - Classify between 3 iris species.
- Auto MPG - Regression to determine MPG.
- WC Breast Cancer - Binary classification: malignant or benign.
- toy1 - The toy1 dataset, regression for weights of geometric solids.
*Note: Other datasets will be added as the class progresses.
- Programming Assignment #1
- Programming Assignment #2
- Midterm
- Programming Assignment #3
- Programming Assignment #4
- Final Assignment
- Helpful Functions - Helpful Python functions for this class.
- KDD99 Example
- Video Tutorial on Using Data Scientist Workbench - See how to add data to Data Scientist Workbench
- Care and Feeding of Python - Some useful commands for a local Python install. Not needed if you are using Data Scientist Workbench.