/bioe394e

Introduction to Deep Learning (BioE 394E)

Primary LanguageJupyter Notebook

README

Code for Introduction to Deep Learning (BioeE 394E).

Course Overview

This course is an introduction to the machine learning technique called deep learning or deep neural networks. A focus of the class will be the mathematical formulations of this deep networks and an explanation of how these networks can be structured and “learned” from big data. Multiple application areas with a focus on biology and health will be covered, namely, image classification, text analysis, and generative modeling. The class will be taught with a mathematical foundation in addition to a practical point of view on modern coding practices in deep learning. In particular, the example codes and the homework assignments will be given in the Python programming language with heavy utilization of the scikit-learn and PyTorch packages, a necessity for developing and applying the learned techniques. Students will have homework on every unit and a final project that needs to demonstrate mastery of the topics covered.

Planned topics:
• Computation graphs and large-scale logistic regression
• Multi-layer perceptions (first “basic” deep model)
• Stochastic optimization (with a focus on stochastic gradient descent)
• Convolutional neural networks (for image and text analysis)
• Regularization techniques in deep learning
• Auto-encoders (for data cleaning and unsupervised learning)
• Generative adversarial networks and Bayesian deep Learning
• Recurrent neural networks (for text and time-series analysis)
• Embeddings and attention mechanisms (with a focus on transformer-based architectures)

Slides

Slides for the lectures can be found at Blackboard.

Code