Глубинное обучение 2 2026: различия между версиями
| Строка 69: | Строка 69: | ||
<u>Материалы:</u> [https://disk.yandex.ru/i/ot8M-XxSySTmGw запись лекции], [https://disk.yandex.ru/i/jSGzIis9f7tnVQ запись семинара], | <u>Материалы:</u> [https://disk.yandex.ru/i/ot8M-XxSySTmGw запись лекции], [https://disk.yandex.ru/i/jSGzIis9f7tnVQ запись семинара], | ||
[https://github.com/thecrazymage/DL2_HSE/tree/main/week_03 материалы]. | [https://github.com/thecrazymage/DL2_HSE/tree/main/week_03 материалы]. | ||
'''Лекция / Семинар 4 (22.09).''' | |||
<u>Тема:</u> RLHF and LLM Agents | |||
<u>Аннотация:</u> We’ll go from RLHF and RLVR basics to tool use, agent harnesses, and MCP. We’ll also discuss how agent behavior depends not only on the model, but on the runtime around it, and what more interactive and asynchronous agents might look like. | |||
<u>Лектор и семинарист:</u> [https://github.com/Mr-DarkTesla/ George Yakushev] | |||
== Домашние задания == | == Домашние задания == | ||
Текущая версия от 21:33, 18 сентября 2026
Общая информация
Курс предназначен для студентов 4 курса ФКН ПМИ (МОП, ИИ360 и КНАД).
Занятия проходят по вторникам 14:40-17:40 (переносы будут сообщаться в чате).
Полезные ссылки:
- Чат с обсуждением: https://t.me/+h1nvhREsiXQ0NGQy
- Репозиторий курса: https://github.com/thecrazymage/DL2_HSE
- Таблица с оценками: https://docs.google.com/spreadsheets/d/19IIemHxu_egO2rsuvYZYqDGbAhtENa2x/edit?usp=sharing&ouid=115132401804687564737&rtpof=true&sd=true
- Anytask: https://anytask.org/course/1298
Формула итоговой оценки (округление арифметическое):
- МОП, ИИ360: Оитог = 0.4 * Опрактика + 0.4 * ОДЗ + 0.2 * Офинальный тест,
- КНАД: Оитог = 0.7 * ОДЗ + 0.3 * Офинальный тест.
Преподаватели и ассистенты
Кому писать, если кажется, что все пропало: Мишан Алиев
| Группа | Ассистенты | Инвайт в anytask |
|---|---|---|
| ИИ360 | Вячеслав Юсупов | SxPwMH5 |
| 231 (МОП) | Константин Леонтьев, Борис Жуков | OS4doYN |
| 232 (МОП) | Даниил Цесарев | 2EgU2Y5 |
| 233 (МОП) | Владимир Васенев | vSTloCG |
| 234 (МОП) | Амир Афлятунов | ZYQmJWA |
| КНАД | Анастасия Голубкова | IYvh4rN |
Лекции и семинары
Лекция / Семинар 1 (01.09).
Тема: DL 1 compressed
Аннотация: In this lecture, we’ll compress the core deep learning pipeline into one coherent picture: from data splits, tensor semantics, batching, and masking to objectives, backpropagation, optimization, evaluation, and fine-tuning. In the second part, we’ll stress-test this pipeline through interactive cases: each case begins with a suspicious result or a broken piece of code, and together we’ll diagnose which DL contract has failed. The goal is not to revisit every architecture from DL-1, but to refresh the fundamental mechanisms we’ll rely on throughout DL-2. During the seminar, we’ll translate the same pipeline and cases into code and reproduce each failure mode in practice.
Лектор и семинарист: Mishan Aliev
Материалы: материалы.
Лекция / Семинар 2 (08.09).
Тема: Essentials of GPU, Deep Learning Bottlenecks, and Benchmarking Basics
Аннотация: In this session, we will explore the reasons behind the dominance of GPUs in Deep Learning and examine the common sources of performance bottlenecks in DL code. You will learn how to identify these bottlenecks using profiling tools and apply techniques to optimize and accelerate your code.
Лектор и семинарист: Fedor Velikonivtsev
Материалы: запись лекции, запись семинара, материалы.
Лекция / Семинар 3 (15.09).
Тема: The Evolution of Transformers
Аннотация: This lecture follows twelve years of Transformer architecture, from the original attention mechanism to Kimi Delta Attention, treating each step as an answer to one specific bottleneck. We close by seeing how all of it comes together in a 2026 frontier model. The accompanying seminar goes deeper into the main alternative - state space models.
Лектор и семинарист: Askar Tsyganov
Материалы: запись лекции, запись семинара, материалы.
Лекция / Семинар 4 (22.09).
Тема: RLHF and LLM Agents
Аннотация: We’ll go from RLHF and RLVR basics to tool use, agent harnesses, and MCP. We’ll also discuss how agent behavior depends not only on the model, but on the runtime around it, and what more interactive and asynchronous agents might look like.
Лектор и семинарист: George Yakushev
Домашние задания
| № | Домашнее задание | Ссылка | Дедлайн (мягкий) | Дедлайн (жёсткий) |
|---|---|---|---|---|
| 1 | Tensor and DL Libraries | ссылка | 16 сентября 23:59 | 23 сентября 23:59 |
| 2 | Transformers for Named Entity Recognition | ??? | ??? | ??? |
| 3 | CV | ??? | ??? | ??? |
| 4 | Diffusion Models | ??? | ??? | ??? |