Skip to content

Commit f808ca1

Browse files
committed
Add marta's seminar
1 parent 685800c commit f808ca1

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

.jekyll-metadata

130 Bytes
Binary file not shown.

_data/seminars.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
photo: "figs/seminars/lorenzo_livi1.jpeg"
1212
photo_alt: "Lorenzo Livi giving a seminar on Dynamical Theory of Deep Learning"
1313

14+
15+
- title: "Geometry of neural networks"
16+
speaker: "Marta Panizzut"
17+
speaker_page: "https://martapanizzut.github.io/"
18+
affiliation: "UiT The Arctic University of Norway"
19+
date: 24-04-2026
20+
time: "10:00"
21+
done: false
22+
description: "This seminar offers an overview of recent advancements in the geometric aspects of neural networks. Specifically, we will explore how concepts from discrete and tropical geometry can be utilized to describe the geometric complexity of neural networks. No particular prior knowledge of geometry is required."
23+
slides:
24+
recording:
25+
photo: "figs/seminars/marta_1.jpeg"
26+
photo_alt: "Marta Panizzut giving a seminar on Geometry of Neural Networks"
27+
28+
1429
- title: "From Neural Networks to Graph Neural Networks"
1530
speaker: "Antonio Longa"
1631
speaker_page: "https://antoniolonga.github.io/"

figs/seminars/marta_1.jpeg

38.2 KB
Loading

seminars.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
title: "Seminars"
44
---
55

6-
{% assign sorted_seminars = site.data.seminars | sort: "date" %}
7-
6+
{% assign sorted_seminars = site.data.seminars %}
87
<div class="seminars-page">
98
<header class="seminars-hero">
109
<p class="seminars-eyebrow">Seminar Series</p>

0 commit comments

Comments
 (0)