Skip to content

Commit 32a2d12

Browse files
committed
EuroPython 2023 presentation
1 parent 7e3cf54 commit 32a2d12

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
date: 2023-07-20
3+
layout: post
4+
categories:
5+
- tech
6+
tags:
7+
- neural networks
8+
- attention
9+
- diffusion
10+
- GenAI
11+
- LLM
12+
comments: true
13+
---
14+
15+
# Neural network architectures of LLMs and Diffusion Models
16+
17+
Presentation discussing neural network architectures of Large Language Models and Diffusion Models at EuroPython 2023.
18+
19+
Slides for a [presentation](https://ep2023.europython.eu/session/understanding-neural-network-architectures-with-attention-and-diffusion/)
20+
I gave the [EuroPython 2023](https://ep2023.europython.eu/) conference in Prague.
21+
22+
<script defer class="speakerdeck-embed" data-id="f4840978f8f0476b915428e014fade1c" data-ratio="1.7777777777777777" src="//speakerdeck.com/assets/embed.js"></script>
23+
24+
<!-- more -->
25+
26+
## Abstract
27+
28+
Neural networks have revolutionized AI, enabling machines to learn from data and make intelligent decisions. In this talk, we'll explore two popular architectures: Attention models and Diffusion models.
29+
30+
First up, we'll discuss Attention models and how they've contributed to the success of large language models like ChatGPT. We'll explore how the Attention mechanism helps GPT focus on specific parts of a text sequence and how this mechanism has been applied to different tasks in natural language processing.
31+
32+
Next, we'll dive into Diffusion models, a class of generative models that have shown remarkable performance in image synthesis. We'll explain how they work and their potential applications in the creative industry.
33+
34+
By the end of the talk, you'll have a better understanding of these cutting-edge neural network architectures.
35+
36+
## Talk recording
37+
38+
<iframe width="560" height="315" src="https://www.youtube.com/embed/Clh0nJRMvNs?si=MRlJWwT-tUdx-6nQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 commit comments

Comments
 (0)