CS078/CS278, Winter 2021
Deep Learning

Course description

This course provides an introduction to deep learning, a methodology to train hierarchical machine learning models. Deep learning is a special form of machine learning where rich data representations are simultaneously learned with the model, thus eliminating the need to engineer features by hand.

The course begins with a comprehensive study of feedforward multilayer neural networks, which are the model of choice for most hierarchical representation learning algorithms. Other models covered in this course include convolutional neural networks, autoencoders, recurrent neural networks and long short-term memory models. Several lectures are devoted to discuss practical strategies to improve the performance of deep models, such as regularization, data augmentation, pre-training, dropout, multi-task learning and advanced optimization methods. The course also reviews modern applications of deep learning, such as image categorization, speech recognition, natural language processing, and audio analysis.

The course is aimed at undergraduate and graduate students who have already taken COSC 74/274, Machine Learning and Statistical Data Analysis.

Administrative information

Instructor
Lorenzo Torresani
Teaching assistants
Joseph DiPalma
Yiren Jian
Lectures
Tue&Thu 10:20am-12:10pm ET.
All lectures will be live over Zoom. The Zoom link is available in Canvas. Although recordings of the lectures will be made available, I invite you all to join the lectures live in order to maintain a good level of class participation and discussion.
x-hours
Used occasionally to make up cancelled classes: Fri 4:00pm-4:50pm. Live over Zoom. Link available in Canvas.
Software
For the homework assignments we will be using PyTorch, a Python-based framework for simple and efficient implementation of deep learning methods. Follow the instructions listed here to install PyTorch on your computer. We will be going through a PyTorch tutorial during the x-hours of the first and second week.
Textbook
There is no required textbook for the class. Slides will be made available to students. The following online book by Ian Goodfellow, Yoshua Bengio and Aaron Courville can be used as additional reference: http://www.deeplearningbook.org.

Getting assistance

The means for receiving assistance in CS78/278 are exclusively Piazza and office hours. Do not send us emails. If you have a question that needs to be discussed one-on-one with the instructor, then come to his office hours.

Piazza
If you have not already done so, sign up for a Piazza account on Canvas. We will use Piazza extensively and this should be the first place to post questions about the course materials, homework assignments, or general topics on deep learning. Please check Piazza regularly. We recommend that you set your preferences to receive daily Piazza email digests or immediate email notifications. You must not post code or other specific information about your homework solutions. Similarly, do not post links to external references. You are not even allowed to search online for auxiliary data, model or software resources. The homework assignments are self-contained and must be solved only with the data and references provided in our homework documentation, or the materials discussed in class.

Office Hours
You may seek 1:1 guidance via Zoom during the following office hours:
- Monday, 6pm-7pm ET: Joseph
- Tuesday, 1pm-2pm ET: Yiren
- Wednesday, 10am-12pm ET: Lorenzo
- Thursday, 1pm-2pm ET: Yiren
- Friday, 4pm-5pm ET (when not used for x-hours): Joseph
The Zoom link for the office hours is available in Canvas.

Take full advantage of office hours and of communications via Piazza. At the same time keep in mind that we will not be able to accommodate requests for additional support or individual meetings at other times.

Grading and policies

Grading
Grades will be based on four homework assignments, a midterm exam, and a final exam. The homework assignments will be worth 50% of the course grade. The midterm exam and the final exam will be worth 25% each. The homework assignments will require implementation of several deep learning models applied to various domains. The homework grades will be based on the ability to reproduce the performance of specified baseline models and to further improve their accuracy on test benchmarks, for which labels will not be released (we may provide a way to evaluate your models on the test sets a limited number of times). Homework assignments must be done individually. Sharing code or model specifications is strictly prohibited. Homework discussions are allowed only on Piazza, according to the policy outlined above. Models implemented for the homework assignments must be trained exclusively on the data provided with the assignment. The improvements made to the baseline models must be your own. Remember: you cannot search for data, architectures or reference models on the Web to solve the homework assignments.
Late homework submissions
Each student has 4 free late days to be used over the course of the term as he/she likes. Once these days are used up, any homework turned in late will be penalized 25% per late day. No exception! Any portion of a late day is counted as one full day. Assignments are typically due at 11:59 pm of the due date. Your code and models must be be submitted electronically via Canvas.
Homework and Exam Schedule
Homework 1: out on 1/12/2021; due on 1/26/2021.
Homework 2: out on 1/26/2021; due on 2/9/2021.
Homework 3: out on 2/9/2021; due on 2/23/2021.
Homework 4: out on 2/23/2021; due on 3/9/2021.
Midterm exam: 2/11/2021 10:20am-12:10pm.
Final exam: TBD.
Auditing
Please contact the instructor if you want to audit the class.

Academic integrity

As already outlined above, homework discussion with other students is only allowed via the medium of Piazza, according to the policy outlined above. You are not allowed to search online for auxiliary software, reference models, or additional data to solve the homework assignments. Your submission must be entirely your own work. That is, the code and the answers that you submit must be created, typed, and documented by you alone, based exclusively on the materials discussed in class and released with the homework assignments.

You cannot collaborate or copy in any way during the exams. The exams will be will be closed-book, closed-notes, closed laptop.

These rules will be strictly enforced and any violation will be treated seriously.