
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.- 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.
Grading and policies
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.