Machine Learning for Large-Scale
Data Analysis and
Decision Making
MATH 60629A
Fall 2024
[Schedule]
[Evaluations]
[References]
[Fall 2019]
[Français]
Instructor: Laurent Charlin
Class Schedule: I am teaching the course twice this term, once in French and once in English.
Office hours: Wednesday 1pm--2pm (Room 4.830)
Description:
In this course, we will study machine learning models, a type of
statistical analysis that focuses on prediction, for analyzing very
large datasets ("big data").
We will survey different machine learning
techniques (supervised, unsupervised) as well
as some applications (e.g., recommender systems) and ways to
scale-up computations (e.g., distributed frameworks).
**Course delivery:**
This course will be given as a flipped classroom. It is an instructional strategy where students learn the material before they come to class. The material will be a mix of readings and video capsules. Class time is reserved for more active activities such as problem solving, demonstrations, and questions-answering. In addition, class time will contain a short summary of the week's material.
Mathematical Note:
Mathematical maturity will be assumed.
Programming Note:
Python knowledge will be assumed. If you do not know Python I have
listed a few ways to learn the basics below. I recommend option 1
(Data Camp) or option 2 below:
DataCamp.
Complete Chapters 1, 2, 3 of the Introduction to
Python course. To get access to Chapters 2 and 3 use the link I
sent you.
HEC
CAM offers introductory python courses in September. Register here: CAM registration
Here is the tutorial we used in 2018: Fall 2018 tutorial. While I think the
first two options are superior, this will give you an idea of
the level I am expecting.
particularly recommend this
Further a machine-learning tutorial using python will be provided on week #4.
Weekly Schedule
08/27. Class introduction and math review. [slides]
09/03. Machine learning fundamentals
09/10. Supervised learning algorithms
09/17. Python for scientific computations and machine
learning [Practical Session]
The tutorial that you will follow is here (on
colab),
Solutions.
I encourage you to start the tutorial ahead of time and to
finish it during our 180 minutes together.
09/24. Neural networks and deep learning
10/01. No class
10/08. Recurrent Neural networks and Convolutional neural networks
10/15. Unsupervised learning
10/22. Reading week (no class)
10/29. Project team meetings
11/05. Parallel computational paradigms for large-scale data processing
11/12 Recommender systems
11/19 Attention and Transformers
11/26 Modern generative models
Will be given in class.
Slides
12/03 Class project presentations
Evaluations
Homework (20%)
Available here.
Due on October 18.
Project (30%)
Due date: study plan October 25. Final report December 15 (by the end of the day).
Instructions
Project presentation (10%)
Final Exam (30%)
Date: December 8, Time: 1:30pm-4:30pm,
Documentation allowed: cheat sheet (standard size 8.5 x 11, double sided), calculator.
Material covered: Everything covered in class + required lectures.
Past exam: Fall 2018, Fall 2020 (Solutions)
Capsule summaries (10%)
Provide a short summary (10 to 15 lines of text in the form) of 10 capsules throughout the semester.
The summary of a capsule must be provided before its class (e.g., a summary of capsule on "Learning Problems" must be submitted by 09/03).
Post your summaries using this form
References
The Elements of Statistical Learning: Data Mining,
Inference, and Prediction, Second Edition
Hastie, Trevor, Tibshirani, Robert, Friedman, Jerome, 2009 [ESL]
Deep Learning. Ian Goodfellow, Yoshua Bengio and, Aaron Courville. [DL]
Reinforcement Learning : An Introduction Hardcover. Richard S. Sutton, Andrew G. Barto. A Bradford Book. 2nd edition [RL-Sutton-Barto]
Machine Learning. Kevin Murphy. MIT Press. 2012. [ML-Murphy]
Recommender Systems Handbook, Ricci, F., Rokach, L., Shapira, B., Kantor, P.B. 2011. [RSH]
Data Algorithms : Recipes for Scaling Up with Hadoop and Spark 1st Edition. Mahmoud Parsian. O'Reilly. 2015 [DA]
Python for Data Analysis : Data Wrangling with Pandas, NumPy, and IPython. Wes McKinney. O'Reilly. 2012 [PDA]
Pattern
Recognition and Machine Learning. Christopher Bishop. 2006 [PRML]
Advanced Analytics with Spark. O'Reilly. Second Edition. 2017
|