Course Info
Deep learning is a powerful and relatively new branch of machine learning. In recent years it has been successfully applied to some of the most challenging problems in the broad field of AI, such as recognizing objects in an image, converting speech to text or playing games. In many such tasks, the state of the art performance today is attained by deep-learning algorithms, in some cases surpassing human-level performance.
This course will focus on the theory and algorithms behind deep learning, as well as on hardware and software techniques that allow efficient training of deep learning algorithms. It is a graduate-level course which provides both the necessary theoretical background and the hands-on experience required to be an effective deep learning practitioner, or to start on the path towards deep learning research.
Learning Outcomes
At the end of the course, the student will:
- Understand the key notions of deep learning, such as neural networks, learning regimes, optimization algorithms and training methodologies.
- Be able to apply deep learning algorithms to real-world data and problems.
- Know how to effectively use python and pytorch to implement models and algorithms from the recent literature.
- Perform a small research project using the studied notions and techniques.
Administration
Evaluation: 100% Homework assignments.
Language: All course materials (including lecture and tutorial videos) are provided in English.
Credits: 3.0.
Prerequisites
This is an advanced course. Without both mathematical maturity and programming competency it will be very challenging to complete. The recommended pre-requisites are as follows:
- A good background of linear algebra, probability and calculus. See the supplemental material page if you need a refresher on one of these.
- Programming competency. The course will be very hands-on; much programming will be required. We will use Python exclusively, so it’s crucial to have experience with it.
- An introductory course about machine learning and/or signal/image processing.
Collaboration Policy and Honor Code
By enrolling in this course, you agree that you will strictly follow our collaboration policy as specified below. Any violation of this policy will result in an immediate failure in the course, and treatment by the Technion regulations committee.
- Submission of assignments is in singles or pairs. You are free to form study groups and discuss homeworks with other students. However, you must implement all required code independently of other groups (only with your submission partner).
- Submitted work must only be your own. You must do your own thinking, coding, debugging and write all answers yourself. We will run automatic plagiarism-detection software on your submissions to enforce this policy.
- You may not use any solutions from previous semesters’ homeworks.
- You may not share your solutions with other students.
- You may not upload your homework solutions to any public website, such as github. Private repos are OK, but they must remain so even after course completion.
Course Staff
Lecturers
TAs
Checkers
Literature
The course does not follow any specific book. For your own reference, the following material may be useful.
Detailed Syllabus
The lectures will follow a flipped-classroom approach: Students will be requested to watch recorded video lectures as a mandatory course requirement. We provide videos and written material, on the course Lectures page, to facilitate self-learning of the core topics. The in-class lectures will be short (1h), and cover more advanced material, such as state of the art approaches from the latest research.
The Tutorials are based on detailed and self-contained Jupyter notebooks, which guide you through a full implementation of one or more models and techniques for solving a specific task. They are meant to teach you the technical aspects of implementing deep learning systems. The in-class tutorials will cover all this material - no pre-requisite viewing required.
The course also includes hands-on homework assignments in which you’ll implement working real-world models and run them on GPUs on the course servers. Performing the assignments in full is a crucial aspect of the course, which will provide you with many of the technical skills required to be effective with Deep Learning.
This semester’s syllabus is provided below. Please watch the linked (🔗) video lecture before each respective class.
Week | Date | Lecture (video) | Supplemental (class) | Tutorial | Homework |
---|---|---|---|---|---|
1 | 28/10/2021 |
Introduction (🔗) | Introduction | Env setup, numpy, torch | |
2 | 04/11/2021 |
Supervised learning (🔗) | Supervised learning | Supervised learning, PyTorch basics I | HW1 |
3 | 11/11/2021 |
Neural networks, CNNs (🔗) | CNNs I | MLP, PyTorch basics II | |
4 | 18/11/2021 |
- | CNNs II | CNNs | |
5 | 25/11/2021 |
Training and Optimization (🔗) | Training | Optimization I | HW2 |
- | 02/12/2021 |
NO CLASS | (Hanukkah) | ||
6 | 09/12/2021 |
Sequence models (🔗) | RNNs | Optimization II | |
7 | 16/12/2021 |
- | Attention and Transformers | Sequence modeling, RNNs I | |
8 | 23/12/2021 |
Unsupervised learning (🔗) | Unsupervised learning I | RNNs II, TCNs | HW3 |
9 | 30/12/2021 |
Deep reinforcement learning (🔗) | Unsupervised learning II | Attention I | |
10 | 06/01/2022 |
Non-euclidean domains (🔗) | Geometric DL I | Attention II | |
11 | 13/01/2022 |
- | Geometric DL II | Transfer learning, domain adaptation | HW4 |
12 | 20/01/2022 |
- | Visual Attention | Deep reinforcement learning | |
13 | 27/01/2022 |
- | Adversarial examples | Geometric deep learning |