-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.qmd
More file actions
70 lines (52 loc) · 3.72 KB
/
teaching.qmd
File metadata and controls
70 lines (52 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: "Teaching"
listing:
- id: machine-learning-2023
contents: "teaching/2023-2024/Machine Learning"
type: table
sort: date
fields: [date, title]
- id: programming-languages-2023
contents: "teaching/2023-2024/Programming Level-up"
type: table
sort: date
fields: [date, title]
---
# 2023-2024
## Machine Learning
Welcome to the Machine Learning course developed for the MIR Masters Engineering and Complex Systems. In this series of lectures, we're going to learn about how to learn! Specifically, we're going to learn about how computers learn using Machine Learning algorithms. We'll learn about the basic understanding of learning algorithms, as well as specific algorithms that include: linear models, support vector machines, and clustering methods. In addition to these algorithms, we will also look at a key part of using any learning algorithm -- evaluating it!
::: {#machine-learning-2023}
:::
## Programming Level-up
Welcome to the **Programming Level-up Course**. In this series of lectures, we will cover everything we need to be able to program in a Linux-based environment, and use the high performance computers (also called cluster/supercomputers) to run experiments.
::: {#programming-languages-2023}
:::
# 2022-2023
## Machine Learning
### Lectures
- [Lecture 1. Introduction](teaching/2022-2023/Machine%20Learning/1.lecture-introductions.html)
- [Lecture 2. Linear Models](teaching/2022-2023/Machine%20Learning/2.linear-models.html)
- [Lecture 3. Model Evaluations](teaching/2022-2023/Machine%20Learning/3.model-evaluations.html)
- [Lecture 4. Support Vector Machines](teaching/2022-2023/Machine%20Learning/4.support-vector-machines.html)
- [Lecture 5. Clustering](teaching/2022-2023/Machine%20Learning/5.clustering.html)
### Labs
- [Lab 1. Linear Models](teaching/2022-2023/Machine%20Learning/lab1.getting-setup.html)
- [Lab 2. Evaluation of Models](teaching/2022-2023/Machine%20Learning/lab2.evaluation-of-models.html)
## Programming Level-up
- [Lecture 1. Introduction](teaching/2022-2023/Programming%20Level-up/1.introductions.html)
- [Lecture 2. Object Oriented Programming](teaching/2022-2023/Programming%20Level-up/2.object-oriented-programming.html)
- [Lecture 3. Development Environments](teaching/2022-2023/Programming%20Level-up/3.modules-development-environment.html)
- [Lecture 4. Numerical Computing with Numpy](teaching/2022-2023/Programming%20Level-up/4.introduction-to-numerical-computing-numpy.html)
- [Lecture 5. Introduction to Linux](teaching/2022-2023/Programming%20Level-up/5.introduction-to-linux.html)
- [Lecture 6. Introduction to Matplotlib](teaching/2022-2023/Programming%20Level-up/6.introduction-to-matplotlib.html)
- [Lecture 7. Introduction to Pandas](teaching/2022-2023/Programming%20Level-up/7.introduction-to-pandas.html)
# 2021-2022
## Programming Level-up
- [Course outline](teaching/2021-2022/Programming%20Level%20Up/week-0/course-outline.html)
- [Lecture 1. Introduction and Basic Python Programming](teaching/2021-2022/Programming%20Level%20Up/week-1/lecture.html)
- [Lecture 2. More advanced Python & Classes](teaching/2021-2022/Programming%20Level%20Up/week-2/lecture.html)
- [Lecture 3. Modules & Development Environments](teaching/2021-2022/Programming%20Level%20Up/week-3/lecture.html)
- [Lecture 4. An Introduction to Numerical Computing in Python](teaching/2021-2022/Programming%20Level%20Up/week-4/lecture.html)
- [Lecture 5. An Introduction to using Linux](teaching/2021-2022/Programming%20Level%20Up/week-5/lecture.html)
- [Lecture 6. An Introduction to Matplotlib](teaching/2021-2022/Programming%20Level%20Up/week-6/lecture.html)
- [Lecture 7. An Introduction to Pandas](teaching/2021-2022/Programming%20Level%20Up/week-7/lecture.html)