Skip to content

Commit 0db285f

Browse files
Sergikavtaradzelevon-d
authored andcommitted
Adding week 5 and week 6 content
1 parent ff5e3bc commit 0db285f

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This academic year, the tutorial series is being delivered by the following peop
1818
- [Zachary Baker](#) (ML Officer)
1919
- [Paul Chaminieu](#) (ML Officer)
2020
- [Anna-Maria](#) (ML Officer)
21+
- [Franciszek Nowak](#) (ML Officer - Visual Computing I)
2122

2223
## DOXA Challenges
2324

@@ -40,7 +41,7 @@ During the first half term, we aim to cover basic concepts of **classical ML**:
4041
- Tutorial 0: **Introduction to AI**
4142
- Tutorial 1: **Introduction to Python**
4243
- Tutorial 2: **Regression**
43-
- Tutorial 3: **Classification I**
44+
- Tutorial 3: **Classification I** (Doxa)
4445
- Tutorial 4: **Classification II**
4546

4647
After reading week, we will focus on **Deep Learning**!
@@ -55,7 +56,7 @@ After reading week, we will focus on **Deep Learning**!
5556

5657
- Tutorial 10: **Natural Language Processing I**
5758
- Tutorial 11: **Natural Language Processing II**
58-
- Tutorial 12: **Graph neural networks / Reinforcement learning**
59+
- Tutorial 12: **Graph Neural Networks / Reinforcement Learning**
5960

6061
## Previous Seasons
6162

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# 4: Neural Networks
6+
7+
**Date: 13th November 2024**
8+
9+
πŸš€ Exciting news! This week, we're embarking on a thrilling journey into the world of Deep Learning with our first tutorial on Neural Networks (NN)! 🧠 We'll kick things off by exploring the basic building blocks of these powerful models: the neurons. πŸŽ‡ Get ready to unravel the mysteries of activation functions that determine how each neuron responds and the crucial role of loss in guiding our model's learning process. πŸ“ˆ As we venture further, you'll discover how the forward pass calculates the outputs of our model, and how backwards propagation works to refine the parameters iteratively. 🎨 The real beauty of NN lies in their ability to process unstructured data like images, learning to recognize intricate patterns for tasks such as image recognition - but we'll save that excitement for next time! πŸš€
10+
11+
You can access our **demonstration notebook** here: πŸ“˜ [**Tutorial 5 Notebook**](https://github.com/UCLAIS/ml-tutorials-season-5/blob/main/week-5/neural_networks.ipynb)
12+
13+
You can access our **slides** here: πŸ’» [**Tutorial 5 Slides**](https://www.canva.com/design/DAGSELwCr3o/Tazd7gsGR7ldtOsRMiWuEQ/view?utm_content=DAGSELwCr3o&utm_campaign=designshare&utm_medium=link&utm_source=editor)
14+
15+
The **recording** from this session is available here: 🎀 [**Tutorial 5 Recording**](https://youtu.be/j9w3-LQ4wHU)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
sidebar_position: 8
3+
---
4+
5+
# 5: Visual Computing I
6+
7+
**Date: 20th November 2024**
8+
9+
🌟 Get ready to dive into the captivating realm of visual computing! πŸ“· This amazing field encompasses a wide array of techniques designed to process and analyze visual data, such as images and videos. πŸŽ₯ We'll explore the art of image representation, where we transform visual content into digital formats, typically using pixels with RGB values. πŸ–ŒοΈ We'll also delve into the world of preprocessing techniques like normalization, resizing, and rotation, which help us create the perfect dataset for training our neural networks. 🧩 Get ready to be amazed by the power of Convolutional Neural Networks (CNNs) 🎨! These networks use kernels to extract features and uncover the hidden patterns within visual data. πŸ” We'll learn about classic CNN architectures like AlexNet, VGG, and ResNet, and see how they've revolutionized image classification and object detection. 🌍 Buckle up for an unforgettable adventure in the realm of visual computing! πŸš€
10+
11+
Make sure to participate in the [**DOXA Challenge**](https://doxaai.com/competition/cifar-10) for this week on the CIFAR-10 dataset. The default solution is already provided, but we recomend you change the architecture and add augmentations. Also have a look at our **demonstration notebook** here: πŸ“˜ [**Tutorial 6 Notebook**](https://github.com/UCLAIS/ml-tutorials-season-5/blob/main/week-6/Visual_Computing_1.ipynb)
12+
13+
You can access our **slides** here: πŸ’» [**Tutorial 6 Slides**](https://www.canva.com/design/DAGSEOBHg_w/FBDwdQyMvbNmJZtvT8Vp5Q/view?utm_content=DAGSEOBHg_w&utm_campaign=designshare&utm_medium=link&utm_source=editor)
14+
15+
The **recording** from this session is available here (This week it is on Zoom): 🎀 [**Tutorial 6 Recording**](https://ucl.zoom.us/rec/play/7z4igfPHxlWIGoGQAUNYEYa6q1EU97cxe_DRL5cTw5oszHd5vnS5uDnZav_u8cAft6fKduXlzQs_yg8p.rsDAE1RghIGcH4iz?canPlayFromShare=true&from=share_recording_detail&continueMode=true&componentName=rec-play&originRequestUrl=https%3A%2F%2Fucl.zoom.us%2Frec%2Fshare%2Fm4kFm2Uy9xid-_FOAPS2vBYewgqRS3z0mrN27nHgaWPZouAbpiSoKfi6RRyjFe9w.MuHWjQK2b_e5qfoE)
16+
**Passcode**: =SoFE*7V

0 commit comments

Comments
Β (0)