You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _tutorials/graph-based-processing/log-2024.html
+67-43Lines changed: 67 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,14 @@
14
14
<divclass="col-lg-8">
15
15
<p>
16
16
Successful applications of <strong>deep learning</strong> in <strong>time series</strong> processing
17
-
often involve training a single neural network on a collection of (related) time series.
18
-
Pairwise relationships among time series can be modeled by considering a (possibly dynamic) graph spanning the collection. In this context, <strong>graph-based
19
-
methods</strong> take the standard deep learning approach to time series processing a step forward.
20
-
The recent theoretical and practical developments in graph machine learning make adopting such an approach particularly appealing and timely.
21
-
17
+
often involve training a single neural network on a collection of (related) time series.
18
+
Pairwise relationships among time series can be modeled by considering a (possibly dynamic) graph
19
+
spanning the collection. In this context, <strong>graph-based
20
+
methods</strong> take the standard deep learning approach to time series processing a step
21
+
forward.
22
+
The recent theoretical and practical developments in graph machine learning make adopting such an
23
+
approach particularly appealing and timely.
24
+
22
25
<!-- Successful applications of <strong>deep learning</strong> in <strong>time series</strong> processing
23
26
often involve training a single neural network on a collection of (related) time series. In the case
24
27
of <strong>spatially correlated</strong> time series, pairwise relationships can be modeled by
@@ -33,47 +36,58 @@
33
36
34
37
The twofold <strong>objective</strong> of this tutorial is to:
35
38
<ol>
36
-
<li>offer a <strong>comprehensive overview</strong> of the field, with a focus on forecasting applications;
39
+
<li>offer a <strong>comprehensive overview</strong> of the field, with a focus on forecasting
40
+
applications;
37
41
</li>
38
-
<li>provide <strong>tools and guidelines</strong> to design and evaluate graph-based models for time series.
42
+
<li>provide <strong>tools and guidelines</strong> to design and evaluate graph-based models for time
43
+
series.
39
44
</li>
40
45
</ol>
41
-
This tutorial is meant for early-carrer researchers and practitioners who wish to apply graph deep learning methods to their time series processing applications.
42
-
At the same time, the tutorial provides experienced scholars with a coherent framing of the state of the art and new perspectives.
46
+
This tutorial is meant for early-carrer researchers and practitioners who wish to apply graph deep
47
+
learning methods to their time series processing applications.
48
+
At the same time, the tutorial provides experienced scholars with a coherent framing of the state of the
This tutorial will be delivered at the <strongclass="text-decoration-underline">Learning on
75
+
Graphs (LoG) Conference</strong>, held online <strong>from the 26th to the 29th of November
76
+
2024</strong>, and at the <strongclass="text-decoration-underline">Italy Meetup</strong>,
77
+
in Siena, Italy, <strong>from the 4th to the 6th of December 2024</strong>.
78
+
</p>
79
+
<pclass="lead">The tutorial will take place on <aclass="fw-normal text-white text-decoration-underline" href="https://calendar.google.com/calendar/render?action=TEMPLATE&text=[LoG 2024] Graph Deep Learning for Time Series Processing (Tutorial)&dates=20241128T170000Z/20241128T200000Z&details=Tutorial website: https://gmlg.ch/tutorials/graph-based-processing/log-2024&location=https://logconference.org/">Thursday, 28th of November</a>, 17:00-20:00 (London, UTC), and <aclass="fw-normal text-white text-decoration-underline" href="https://calendar.google.com/calendar/render?action=TEMPLATE&text=[LoG 2024 - Italy Meetup] Graph Deep Learning for Time Series Processing (Tutorial)&dates=20241206T093000Z/20241206T110000Z&details=Tutorial website: https://gmlg.ch/tutorials/graph-based-processing/log-2024&location=Via Roma, 56, 53100 Siena SI, Italia">Friday, 6th of December</a>, 10:30-12:00 (Rome, UTC+1).
0 commit comments