You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teaching.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,6 @@ description: Teaching
5
5
hero_image: ""
6
6
---
7
7
8
-
### Machine Learning (Year 3, MSc)
9
-
The aim of this course is to introduce students to the theory and practice of modern machine learning methods. Extracting information from the unprecedented amount of data (aka. big data) that has been collected in recent years is a very important task in science and engineering, with great social and economical impact. Machine learning addresses the problem of how computers can learn and extract information automatically from data, and it is behind many methods used in artificial intelligence, data mining or adaptive system design. It is widely applied in practice in most disciplines where data is available, including, e.g., electrical engineering, computer science, or medicine. Students will learn the main concepts from theory and practice of how to convert observations given in the form of data into expertise. You will learn how to model learning and inference problems and how to design and analyse algorithms to solve them. The module will also introduce popular machine learning algorithms.
10
-
11
-
Upon completion of this module, the student will be able to demonstrate and apply knowledge and understanding of:
12
-
- Standard machine learning tasks scenarios and the general methodology to learn from data under various conditions.
13
-
- Basic concepts and ideas, as well as the theory underlying machine learning problems and algorithms.
14
-
- Several popular modern machine learning algorithms, with standard tools and techniques used in their design and analysis, and will be able to evaluate and analyse them.
15
-
- How to approach real world machine learning problems, how to model problems, pre-process data, as well as design, select and implement appropriate learning algorithms.
16
8
17
9
18
10
### Deep Learning (Year 3, MSc)
@@ -41,4 +33,13 @@ The learnt topics are illustrated with applications: face recognition, or machin
41
33
- Develop insight into the problems involved in applying a variety of computer vision and pattern recognition techniques to deal with practical scenarios
42
34
- Understand and apply the concepts of visual geometry in selected computer vision applications
43
35
- Analyse and compare the strengths and weaknesses of popular approaches
44
-
- Implement various algorithms in a range of CVPR applications through specific programming environments (Matlab, python)
36
+
- Implement various algorithms in a range of CVPR applications through specific programming environments (Matlab, python)
37
+
38
+
### Machine Learning (Year 3, MSc)
39
+
The aim of this course is to introduce students to the theory and practice of modern machine learning methods. Extracting information from the unprecedented amount of data (aka. big data) that has been collected in recent years is a very important task in science and engineering, with great social and economical impact. Machine learning addresses the problem of how computers can learn and extract information automatically from data, and it is behind many methods used in artificial intelligence, data mining or adaptive system design. It is widely applied in practice in most disciplines where data is available, including, e.g., electrical engineering, computer science, or medicine. Students will learn the main concepts from theory and practice of how to convert observations given in the form of data into expertise. You will learn how to model learning and inference problems and how to design and analyse algorithms to solve them. The module will also introduce popular machine learning algorithms.
40
+
41
+
Upon completion of this module, the student will be able to demonstrate and apply knowledge and understanding of:
42
+
- Standard machine learning tasks scenarios and the general methodology to learn from data under various conditions.
43
+
- Basic concepts and ideas, as well as the theory underlying machine learning problems and algorithms.
44
+
- Several popular modern machine learning algorithms, with standard tools and techniques used in their design and analysis, and will be able to evaluate and analyse them.
45
+
- How to approach real world machine learning problems, how to model problems, pre-process data, as well as design, select and implement appropriate learning algorithms.
0 commit comments