Difference between revisions of "Artificial Neural Networks and Deep Learning"
(→Detailed course schedule) |
|||
Line 93: | Line 93: | ||
|30/09/2020 || Wednesday || 17:30 - 19:15 || 2.1.2 | |30/09/2020 || Wednesday || 17:30 - 19:15 || 2.1.2 | ||
|- | |- | ||
− | |01/10/2020 || Thursday || 16:30 - 19:15 || Virtual Room || [https://politecnicomilano.webex.com/join/matteo.matteucci Matteo Matteucci] || Error Functions | + | |01/10/2020 || Thursday || 16:30 - 19:15 || Virtual Room || [https://politecnicomilano.webex.com/join/matteo.matteucci Matteo Matteucci] || [https://politecnicomilano.webex.com/recordingservice/sites/politecnicomilano/recording/playback/cbc25ba1f9d84650b0b8d5c902281707 Error Functions Design] |
|- | |- | ||
|07/10/2020 || Wednesday || 15:15 - 17:00 || 2.0.2 || rowspan="2" | [https://politecnicomilano.webex.com/join/francesco.lattari Francesco Lattari] || rowspan="2" | KERAS NN - Feed forward neural networks | |07/10/2020 || Wednesday || 15:15 - 17:00 || 2.0.2 || rowspan="2" | [https://politecnicomilano.webex.com/join/francesco.lattari Francesco Lattari] || rowspan="2" | KERAS NN - Feed forward neural networks |
Revision as of 20:16, 1 October 2020
The following are last minute news you should be aware of ;-)
01/10/2020: Pool to request the change of Team is here 23/09/2020: Tomorrow 24/09/2020 we are going to have the online lecture as planned 23/09/2020: Today's lectures published 22/09/2020: Added slides on Perceptron, Hebbian learning and feed forward neural networks 20/09/2020: Added links to the lecture recordings and uploaded slides 14/09/2020: FIX - Team 1 ODD numbers, Team 2 EVEN numbers !!! 14/09/2020: FIX - the hours of the second team were overlapping to the first, now they are correctly one after the other 13/09/2020: The course is about to start ... stay tuned!
Contents
Course Aim & Organization
Neural networks are mature, flexible, and powerful non-linear data-driven models that have successfully been applied to solve complex tasks in science and engineering. The advent of the deep learning paradigm, i.e., the use of (neural) network to simultaneously learn an optimal data representation and the corresponding model, has further boosted neural networks and the data-driven paradigm.
Nowadays, deep neural network can outperform traditional hand-crafted algorithms, achieving human performance in solving many complex tasks, such as natural language processing, text modeling, gene expression modeling, and image recognition. The course provides a broad introduction to neural networks (NN), starting from the traditional feedforward (FFNN) and recurrent (RNN) neural networks, till the most successful deep-learning models such as convolutional neural networks (CNN) and long short-term memories (LSTM).
The course major goal is to provide students with the theoretical background and the practical skills to understand and use NN, and at the same time become familiar and with Deep Learning for solving complex engineering problems.
Teachers
The course is composed of a blending of lectures and exercises by the course teachers and a teaching assistant.
- Matteo Matteucci: the course teacher and this is his webex room
- Giacomo Boracchi: the course co-teacher and this is his webex room
- Francesco Lattari: the course teaching assistant and this is his webex room
Course Program and Syllabus
This goal is pursued in the course by:
- Presenting major theoretical results underpinning NN (e.g., universal approx, vanishing/exploding gradient, etc.)
- Describing the most important algorithms for NN training (e.g., backpropagation, adaptive gradient algorithms, etc.)
- Illustrating the best practices on how to successfully train and use these models (e.g., dropout, data augmentation, etc.)
- Providing an overview of the most successful Deep Learning architectures (e.g., CNNs, sparse and dense autoencoder, LSTMs for sequence to sequence learning, etc.)
- Providing an overview of the most successful applications with particular emphasis on models for solving visual recognition tasks.
We have compiled a detailed syllabus of the course student can use to doublecheck their preparation against before the exam.
- [2019/2020] Course Syllabus: a detailed list of topics covered by the course and which students are expected to know when approaching the exam
Detailed course schedule
A detailed schedule of the course can be found here; topics are just indicative while days and teachers are correct up to some last minute change (I will notify you by email). Please note that not all days we have lectures!!
Note: Lecture timetable interpretation * On Wednesday, in 2.0.2 (EX N.0.2), starts at 15:15, ends at 17:00 * On Wednesday, in 2.1.2 (EX N.1.2), starts at 17:30, ends at 19:15 * On Thursday, in teacher webex room, starts at 16:30, ends at 19:15
Date | Day | Time | Room | Teacher | Topic |
16/09/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Matteo Matteucci | Course Introduction |
16/09/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
17/09/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Introduction to Deep Learning + Perceptron and Hebbian Learning |
23/09/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Matteo Matteucci | Hebbian Learning Example and the XOR Problem |
23/09/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
24/09/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Feed forward neural networks and Backpropagation |
30/09/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Matteo Matteucci | Backpropagation Example |
30/09/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
01/10/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Error Functions Design |
07/10/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Francesco Lattari | KERAS NN - Feed forward neural networks |
07/10/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
08/10/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Facing overffitting .. and other training tricks |
14/10/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Francesco Lattari | KERAS NN - FFNN and Overfitting |
14/10/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
15/10/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | -- No Lecture Today -- |
21/10/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Giacomo Boracchi | Introduction to Image classification |
21/10/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
22/10/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Giacomo Boracchi | Convolutional Training Netwroks |
28/10/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Giacomo Boracchi | Famous CNN Architectures |
28/10/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
29/10/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Giacomo Boracchi | Training with data scarcity |
04/11/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Francesco Lattari | KERAS NN - Convolutional Neural Networks |
04/11/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
05/11/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Giacomo Boracchi | Fully Convolutional CNN, CNN for image segmentation |
11/11/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | --- | -- No Lecture (Prove in Itinere) -- |
11/11/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
12/11/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Giacomo Boracchi | CNN for localization and detection |
18/11/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Giacomo Boracchi | GANs |
18/11/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
19/11/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Recurrent neural networks + LSTM |
25/11/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Francesco Lattari | KERAS NN - Autoencoder, classification, segmentation |
25/11/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
26/11/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Word Embedding |
02/12/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Matteo Matteucci | Sequence to sequence learning |
02/12/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
03/12/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Attention Mechanism and Transformer |
09/12/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | Matteo Matteucci | KERAS NN |
09/12/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
10/12/2020 | Thursday | 16:30 - 19:15 | Virtual Room | Matteo Matteucci | Questions and Answers |
16/12/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | --- | -- Spare Lecture -- |
16/12/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 | ||
17/12/2020 | Thursday | 16:30 - 19:15 | Virtual Room | --- | -- Spare Lecture -- |
23/12/2020 | Wednesday | 15:15 - 17:00 | 2.0.2 | --- | -- Spare Lecture -- |
23/12/2020 | Wednesday | 17:30 - 19:15 | 2.1.2 |
Course Evaluation
Course evaluation is composed of two parts:
- A written examination covering the whole program graded up to 26/32 ... may be less
- A home project in the form of a "Kaggle style" competition practicing the topics of the course graded up to 6/32 ... may be more
The final score will sum the grade of the written exam and the grade of the home project.
You can find here one example of the exam text to get a flavor of what to expect in the written examination.
Teaching Material (the textbook)
Lectures will be based on material from different sources, teachers will provide their slides to students as soon they are available. As a general reference you can check the following text, but keep in mind that teachers will not follow it strictly
- Deep Learning. Ian Goodfellow, Yoshua Bengio, and Aaron Courville, MIT Press, 2016.
Course Slides
Slides from the lectures by Matteo Matteucci
- [2020/2021] Course Introduction: introductory slides of the course with useful information about the course syllabus, grading, and the course logistics.
- [2020/2021] Machine Learning vs Deep Learning: introduction to machine learning paradigms and definition of deep learning with examples
- [2020/2021] From Perceptrons to Feed Forward Neural Networks: the original Perceptron model, Hebbian learning, feed-forward architecture, backpropagation and gradient descent, error functions and maximum likelihood estimation
- [2020/2021] Neural Networks Training: dealing with overfitting (weight decay, early stopping, dropout), vanishing gradient (ReLU and friends), batch normalization
- [2020/2021] Recurrent Neural Networks: learning with sequences, Recurrent Neural Networks, vanishing gradient, Long Short-Term Memories (LSTM).
- Sequence 2 Sequence Learning: sequence to sequence learning as an encoder-decoder problem, Neural Turing Machines, attention mechanisms, the Transformer.
- [2020/2021] Word Embedding: neural autoencoders, language models, word embedding, word2vec, glove.
Slides from the lectures by Giacomo Boracchi are available in his webpage, for you
- Image Classification: Image classification and related issues, template matching, image classification via nearest neighbors methods, image classification via linear classifiers, image classification via hand-crafted features.
Slides from the practicals by Francesco Lattari
- [2020/2021] Introduction to Keras: Introduction to Keras and Tensorflow2 (slides + notebook)
- [2020/2021] Convolutional architectures in Keras]]: How to build, train, and evaluate convolutional models for classification and segmentation in Keras and Tensorflow2 (slides + notebook)
- [2020/2021] Recurrent architectures in Keras: How to build, train, and evaluate recurrent neural architectures in Keras and Tensorflow2 (slides + notebook)
Kaggle Homeworks
As part of the evaluation (up to 6 marks in the final grade) we are issuing 3 homeworks in the form of "Kaggle style" competitions. They are meant to practice the course topics on simple image recognition tasks.
[2020/2021]
Not yet published
[2019/2020]
- Image Classification Homework: the first homework is about image classification with convolutional neural networks. The deadline to submit the results is November the 30th.
- Image Segmentation Homework: the second homework is about image segmentation with convolutional neural networks and the like. The deadline to submit the results is December the 17th.
- Visual Question Answering Homework: the third homework is about visual question answering with convolutional and recurrent neural networks ... plus word2vec. The deadline to submit the results is January the 15th.