Skip to content

Commit 46225c3

Browse files
committed
add committee member + some text changes
1 parent bf17fbc commit 46225c3

File tree

6 files changed

+31
-26
lines changed

6 files changed

+31
-26
lines changed

β€Žour-initiatives/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Over the course of the year, we'll be posting content and useful information fro
1212

1313
## πŸ’» The Machine Learning Tutorial Series
1414

15-
In the 2023/24 academic year, the UCL Artificial Intelligence Society [Machine Learning Tutorial Series](/our-initiatives/tutorials) enters its fourth season. If you are a beginner seeking to learn more about machine learning or just looking to consolidate your knowledge, join us as we cover different topics within the landscape of artificial intelligence. No prior machine learning experience is expected.
15+
In the 2024/25 academic year, the UCL Artificial Intelligence Society [Machine Learning Tutorial Series](/our-initiatives/tutorials) enters its fifth season. If you are a beginner seeking to learn more about machine learning or just looking to consolidate your knowledge, join us as we cover different topics within the landscape of artificial intelligence. No prior machine learning experience is expected.
1616

1717
## 🧬 Nexus Labs
1818

@@ -30,9 +30,9 @@ In the 2023/24 academic year, the UCL Artificial Intelligence Society [Machine L
3030

3131
The UCL Artificial Intelligence Society runs regular [journal club sessions](/our-initiatives/journal-club) at which leading researchers in both academia and industry share the latest developments in the world of artificial intelligence and machine learning.
3232

33-
## 🌍 ClimateHack.AI 2023
33+
## 🌍 ClimateHack.AI 2024
3434

35-
[ClimateHack.AI 2023](https://climatehack.ai/) is a second edition of a joint student initiative uniting the AI communities of 25 world-leading UK, US and Canadian universities to launch an ambitious AI competition to help cut carbon emissions in the energy sector by up to 100,000 tonnes a year! We are proud to host ClimateHack.AI 2023 on [DOXA](https://doxaai.com/) - an AI competition platform that originated in our society!
35+
[ClimateHack.AI 2024](https://climatehack.ai/) is a third edition of a joint student initiative uniting the AI communities of 25 world-leading UK, US and Canadian universities to launch an ambitious AI competition to help cut carbon emissions in the energy sector by up to 100,000 tonnes a year! We are proud to host ClimateHack.AI 2024 on [DOXA](https://doxaai.com/) - an AI competition platform that originated in our society!
3636

3737
## πŸŽ™οΈ Reinforcement Talking Podcast
3838

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

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

77
# πŸ’» Machine Learning Tutorial Series
88

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

1111
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).
1212

1313
## Our Team
1414

1515
This academic year, the tutorial series is being delivered by the following people:
1616

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

2422
## DOXA Challenges
2523

@@ -42,22 +40,22 @@ During the first half term, we aim to cover basic concepts of **classical ML**:
4240
- Tutorial 0: **Introduction to AI**
4341
- Tutorial 1: **Introduction to Python**
4442
- Tutorial 2: **Regression**
45-
- Tutorial 3: **Classification** (Doxa 1)
43+
- Tutorial 3: **Classification 1**
44+
- Tutorial 4: **Classification 2**
4645

4746
After reading week, we will focus on **Deep Learning**!
4847

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

5554
### Term 2
5655

5756
- Tutorial 9: **Natural Language Processing I**
5857
- Tutorial 10: **Natural Language Processing II**
59-
- Tutorial 11: **Reinforcement Learning**
60-
- Tutorial 12: **ML Career Perspectives and Ongoing Learning Strategies**
58+
- Tutorial 11: **Graph neural networks / Reinforcement learning**
6159

6260
## Previous Seasons
6361

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

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

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

55
# 0: Introduction to AI
66

7-
**Date: 11th October 2023**
7+
**Date: 2nd October 2024**
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-4/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-5/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://youtu.be/TzEdKvNFztI?si=3TVzoaWvdTi0U57-)
16-
17-
(Apologies for the sound quality, you may need to turn it to max volume.)
15+
The **recording** from this session is available here: 🎀 [**Tutorial 0 Recording**](https://www.youtube.com/watch?v=OFS90-FX6pg)

β€Žour-initiatives/tutorials/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: 18th October 2023**
7+
**Date: 9th October 2024**
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-4/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-5/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-4/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-5/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

β€Žsrc/data/committee.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ const committee = {
6969
{
7070
title: 'Development',
7171
members: [
72+
{
73+
name: 'Levon Davtian',
74+
position: 'Head of Development',
75+
image: 'levon_davtian.jpg',
76+
course: 'BSc Computer Science (2nd year)',
77+
ai_concept: '',
78+
fact: '',
79+
},
7280

7381
],
7482
},
442 KB
Loading

0 commit comments

Comments
Β (0)