IDS 576 Advanced Predictive Models and Applications for Business Analytics

Edition: Spring 2017

Document version: Feb 22, 2017

Overview

The goal of this class is to cover advanced machine learning techniques not covered in IDS 572. Broadly, we will cover topics spanning graphical models and deep learning. Graphical models are a very useful tool set for inferring outcomes and making predictions conditional on preceding events, even when we do not have full information. They have found success in tracking, speech recognition, language modeling (Hidden Markov Models), image segmentation (Markov Random Fields) and many other applications. Similarly, we will study the basics of deep learning architectures, their design choices and how they are trained using gradient methods. We will also study recurrent and convolutional architectures which achieve state of the art in challenging prediction tasks in computer vision and text applications. Time permitting, we will also look at online and reinforcement learning problems.

Logistics

Materials

Topics

  1. 01/11 : Classification: Machine Learning Pipeline (Data,Models,Loss,Optimization), Backpropagation (video)
  2. 01/18 : Feedforward Networks: Justifying Deep Learning, Python tooling, Nonlinearities (video)
  3. 01/25 : Intro to Convolutional Neural Networks: Convolution, Pooling (video)
  4. 02/01 : Jumpstarting Convolutional Neural Networks: Visualization, Transfer, Practical Models (VGG, AlexNet) (video)
  5. 02/08 : Text and Recurrent Neural Networks I: Introduction to NLP, Word Embeddings (video)
  6. 02/15 : Text and Recurrent Neural Networks II: Word2Vec, Sequence to Sequence Learning, RNNs (video)
  7. 02/22 : Graphical Models: Representation: Directed and Undirected Graphical Models, Conditional Independence, D-separation, Local Markov Property (video)
  8. 03/01 : Graphical Models: Inference: Variable Elimination, Belief Propagation, Markov Chain Monte Carlo (video)
  9. 03/08 : Graphical Models: Learning: Maximum Likelihood Estimation, Expectation Maximization (video)
  10. 03/15 : Online Learning: A/B Testing, Multi-armed Bandits, Contextual Bandits (video)
  11. 03/22 : (Spring Break)
  12. 03/29 : Review of Deep Learning, Graphical Models and Online Learning (video)
  13. 04/05 : In-class Exam
  14. 04/12 : Reinforcement Learning: State-Action Value Functions, Policy, Q-Learning (video)
  15. 04/19 : Deep Reinforcement Learning: Function Approximation, DQN for Atari Games, AlphaGo (video)
  16. 04/26 : Project Presentations

Grades

Assignments

Exam

Project

Miscellaneous Information

Back to the instructor's homepage.