Skip to content

Commit 309634d

Browse files
Fixing 2023-24 tutorials pages
1 parent 49dd3d4 commit 309634d

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

β€Žour-initiatives/tutorials/2023-2024/index.mdx

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ import DocCardList from '@theme/DocCardList'
88

99
# πŸ’» Machine Learning Tutorial Series
1010

11-
Welcome to season 4 (2024-25) of the beginner machine learning tutorial series of the UCL Artificial Intelligence Society!
11+
Welcome to season 4 (2023-24) of the beginner machine learning tutorial series of the UCL Artificial Intelligence Society!
1212

1313
If you have any questions about our content or machine learning more generally, feel free to ask us at the next session or make a forum post on the [UCLAIS Discord server](https://discord.gg/KSUZuQx?ltclid=3f704b3b-9044-415a-a2d7-e41007214187). You can also join our WhatsApp group chat through this [link](https://chat.whatsapp.com/JWEJn7OWvWE8MBfm2uSBhh).
1414

1515
## Our Team
1616

1717
This academic year, the tutorial series is being delivered by the following people:
1818

19-
- [Sergi Kavtaradze](#) (Head of Tutorials)
20-
- [Zachary Baker](#) (ML Officer)
21-
- [Paul Chaminieu](#) (ML Officer)
22-
- [Anna-Maria](#) (ML Officer)
19+
- [Angela Yu](#) (Head of Tutorials)
20+
- [Damien Bose](#) (ML Officer)
21+
- [Suhail Merali](#) (ML Officer)
22+
- [Arham Ali](#) (Tutorials Reviewer)
23+
- [Ilai Bachrach](#) (ML Officer)
24+
- [James Ray](#) (ML Officer)
2325

2426
## DOXA Challenges
2527

@@ -42,22 +44,22 @@ During the first half term, we aim to cover basic concepts of **classical ML**:
4244
- Tutorial 0: **Introduction to AI**
4345
- Tutorial 1: **Introduction to Python**
4446
- Tutorial 2: **Regression**
45-
- Tutorial 3: **Classification 1**
46-
- Tutorial 4: **Classification 2**
47+
- Tutorial 3: **Classification** (Doxa 1)
4748

4849
After reading week, we will focus on **Deep Learning**!
4950

50-
- Tutorial 4: **Neural Networks**
51-
- Tutorial 5: **Visual Computing I** (Doxa)
52-
- Tutorial 6: **Generative visual computing**
53-
- Tutorial 7: **Recurrent Neural Networks** (Doxa)
54-
- Tutorial 8: **Introduction to Transforments**
51+
- Tutorial 4: **Neural Networks** (Doxa 2)
52+
- Tutorial 5: **Visual Computing I**
53+
- Tutorial 6: **Visual Computing II**
54+
- Tutorial 7: **Recurrent Neural Networks**
55+
- Tutorial 8: **ClimateHack.AI Workshop**
5556

5657
### Term 2
5758

5859
- Tutorial 9: **Natural Language Processing I**
5960
- Tutorial 10: **Natural Language Processing II**
60-
- Tutorial 11: **Graph neural networks / Reinforcement learning**
61+
- Tutorial 11: **Reinforcement Learning**
62+
- Tutorial 12: **ML Career Perspectives and Ongoing Learning Strategies**
6163

6264
## Previous Seasons
6365

@@ -66,4 +68,4 @@ The content and resources from previous years are available on GitHub:
6668
- [Season 1 (2020/21)](https://github.com/UCLAIS/Machine-Learning-Tutorials) – led by [Danny Toeun Kim](https://github.com/kimdanny)
6769
- [Season 2 (2021/22)](https://github.com/UCLAIS/ML-Tutorials-Season-2) – led by [Martynas Pocius](https://github.com/MartynasPocius)
6870
- [Season 3 (2022/23)](https://github.com/UCLAIS/ml-tutorials-season-3) – led by [Filip TrhlΓ­k](https://trhlikfilip.com/)
69-
- [Season 4 (2023/24)](https://github.com/UCLAIS/ml-tutorials-season-4) – led by [Angela Yu](https://github.com/angela24680403)
71+

β€Žour-initiatives/tutorials/2023-2024/intro-to-ai.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ sidebar_position: 2
44

55
# 0: Introduction to AI
66

7-
**Date: 2nd October 2024**
7+
**Date: 11th October 2023**
88

99
πŸ’‘ We're excited to present our **Introduction to Artificial Intelligence** tutorial session! In this session, we'll take you on a journey to understand the different perspectives on AI and its evolution. We will also cover definitions of the key components of AI, including **Machine Learning** (ML) and **Deep Learning** (DL). **Generative AI**, especially models like GPT-3 and updated versions of this, has created significant attention in recent years. These models have demonstrated the ability to **generate human-like text and creative content** across multiple areas, ranging from **text to image and audio synthesis**. We will showcase some of these examples in the session! Please note that though this session is introducing what AI is in general, we will be mainly **focusing our series on ML**. πŸ’‘
1010

11-
You can access our **demonstration notebook** here: πŸ“˜ [**Tutorial 0 Notebook**](https://github.com/UCLAIS/ml-tutorials-season-5/blob/main/week-0/ai_code_examples.ipynb)
11+
You can access our **demonstration notebook** here: πŸ“˜ [**Tutorial 0 Notebook**](https://github.com/UCLAIS/ml-tutorials-season-4/blob/main/week-0/ai_code_examples.ipynb)
1212

1313
You can access our **slides** here: πŸ’» [**Tutorial 0 Slides**](https://www.canva.com/design/DAFm9tHNEDM/cEKEXWzmazR5KKN-7f06tw/edit)
1414

15-
The **recording** from this session is available here: 🎀 [**Tutorial 0 Recording**](https://www.youtube.com/watch?v=OFS90-FX6pg)
15+
The **recording** from this session is available here: 🎀 [**Tutorial 0 Recording**](https://youtu.be/TzEdKvNFztI?si=3TVzoaWvdTi0U57-)
16+
17+
(Apologies for the sound quality, you may need to turn it to max volume.)

β€Žour-initiatives/tutorials/2023-2024/intro-to-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sidebar_position: 3
44

55
# 1: Introduction to Python
66

7-
**Date: 9th October 2024**
7+
**Date: 18th October 2023**
88

99
πŸ’‘ **Python** is a common, **high-level programming language** known for its simplicity - this means that if you are new to coding, this language would be the perfect place to start! It has access to a lot of **libraries and frameworks**, including **NumPy**, **Pandas**, and **TensorFlow**, that are particularly useful for our ML series. In this session, the Tutorials team is collaborating with the Development team to create a workshop where we can provide direct help with **setting up your environment** and **walk you through Python exercises** we have prepared for you to get started! πŸ’‘
1010

11-
You can access our **demonstration notebook** here: πŸ“˜ [**Tutorial 1 Notebook**](https://github.com/UCLAIS/ml-tutorials-season-5/blob/main/week-1/1_1_introduction_to_python.ipynb)
11+
You can access our **demonstration notebook** here: πŸ“˜ [**Tutorial 1 Notebook**](https://github.com/UCLAIS/ml-tutorials-season-4/blob/main/week-1/1_1_introduction_to_python.ipynb)
1212

13-
Here are the **exercises** you can go through: πŸ“˜ [**Tutorial 1 Exercises**](https://github.com/UCLAIS/ml-tutorials-season-5/blob/main/week-1/1_2_python_exercises.ipynb)
13+
Here are the **exercises** you can go through: πŸ“˜ [**Tutorial 1 Exercises**](https://github.com/UCLAIS/ml-tutorials-season-4/blob/main/week-1/1_2_python_exercises.ipynb)
1414

1515
You can access our **slides** here: πŸ’» [**Tutorial 1 Slides**](https://www.canva.com/design/DAFmvE-ptx0/lyY0SiOcjgSxrb201KcC8w/edit)
1616

0 commit comments

Comments
Β (0)