Introduction to Deep Learning (3 ECTS)
Code: TX00FJ03-3001
General information
- Enrollment
-
02.05.2023 - 11.08.2023
Registration for the implementation has ended.
- Timing
-
14.08.2023 - 18.08.2023
Implementation has ended.
- Number of ECTS credits allocated
- 3 ECTS
- Mode of delivery
- On-campus
- Unit
- (2019-2024) School of ICT
- Campus
- Leiritie 1
- Teaching languages
- English
- Seats
- 0 - 40
- Degree programmes
- Degree Programme in Information Technology
- Teachers
- Akihiro Yamashita
- Course
- TX00FJ03
Implementation has 5 reservations. Total duration of reservations is 20 h 0 min.
Time | Topic | Location |
---|---|---|
Mon 14.08.2023 time 13:00 - 17:00 (4 h 0 min) |
Introduction to Deep Learning TX00FJ03-3001 |
MMC232
IT-Tila, CAD
|
Tue 15.08.2023 time 13:00 - 17:00 (4 h 0 min) |
Introduction to Deep Learning TX00FJ03-3001 |
MMC232
IT-Tila, CAD
|
Wed 16.08.2023 time 13:00 - 17:00 (4 h 0 min) |
Introduction to Deep Learning TX00FJ03-3001 |
MMC232
IT-Tila, CAD
|
Thu 17.08.2023 time 13:00 - 17:00 (4 h 0 min) |
Introduction to Deep Learning TX00FJ03-3001 |
MMC232
IT-Tila, CAD
|
Fri 18.08.2023 time 13:00 - 17:00 (4 h 0 min) |
Introduction to Deep Learning TX00FJ03-3001 |
MMC232
IT-Tila, CAD
|
Objective
This course provides an understanding of the basic mechanisms of deep learning models related with image processing. The students will learn how to develop the VGG-16 model for image recognition and the YOLO v1 algorithm for object detection from scratch. These algorithms use Convolutional Neural Network (CNN), which provides excellent performance in the field of image processing, and the main theme of this course is to learn its mechanism and application methods. This course also provides an understanding of how to use PyTorch, one the most popular framework in deep learning, including how to work with both open datasets and original datasets.
Content
Day 1: Introduction to PyTorch (popular neural network framework)
- Reviews on Neural Network Basics
- Building and training simple neural networks with PyTorch
- Image recognition using Convolutional Neural Network (CNN) and some tricks
Day 2: Image recognition with deep learning
- Image recognition using VGG-16 network model
- Using pretrained models and transfer learning
- How to use original dataset for image recognition
Day 3: Object detection (1)
- An Overview of object detection problems
- Overview of YOLO v1 algorithm
- Building YOLO v1 from scratch (1)
Day 4: Object detection (2)
- Using YOLO v5
- Fine tuning for YOLO v5 with Pascal VOC dataset
Day 5: Mini-project
- Introducing various open datasets
- Experiment with open deep learning models
Evaluation scale
0-5
Qualifications
It is desirable to have completed the contents of Introduction to Machine Learning course. Otherwise, object-oriented programming experience is required, especially Python programming experience is desirable. Basic knowledge of neural networks and machine learning algorithms is also desirable. In this lecture, some basic mathematical expressions such as linear algebra, calculus and statistics are used.