Graph Neural Networks

Поделиться
HTML-код
  • Опубликовано: 31 авг 2020
  • Ask your questions to the lecture here: tweedback.de/p43t/?l=en
    Lecture on Graph Neural Networks
    Graph Neural Networks (GNNs) recently emerged to a powerful approach for representation learning on relational data such as social networks, molecular graphs or geometry. Similar to the concepts of convolutional and pooling layers on regular domains, GNNs are able to (hierarchically) extract localized embeddings by passing, transforming, and aggregating information between nodes. In this lecture, I will provide a broad overview of this highly active research field, and will cover relevant topics such as scalability and applications based on GNNs. In a hands-on session, you will implement and train GNNs from scratch using the PyTorch Geometric library [1]. You will learn how to apply GNNs to your own problems and how PyTorch Geometric enables high GPU throughput on highly sparse and irregular data of varying size. [1] github.com/rusty1s/pytorch_ge...
  • НаукаНаука

Комментарии • 11

  • @ronjarieger567
    @ronjarieger567 3 года назад

    your work is amazing! i read your masterthesis, which deserves more popularity. thanks for being so clever and helpful at the same time :D

  • @davidkhassias4876
    @davidkhassias4876 3 года назад

    Great work Matthias! Danke sehr

  • @MatteoTaiana
    @MatteoTaiana 3 года назад

    Thanks Matthias, very good lecture!

  • @c.a.4073
    @c.a.4073 3 года назад

    Great and inspiring work. Thank you very much for all of your efforts!

  • @DavenH
    @DavenH 3 года назад

    Awesome video, so informative and clear.

  • @avishkarsaha8506
    @avishkarsaha8506 3 года назад

    Great introduction to GNNs, great lecture

  • @jijie133
    @jijie133 3 года назад

    Great video!

  • @jacekc6179
    @jacekc6179 3 года назад +1

    Vielen Dank.

  • @N3Wk1d5
    @N3Wk1d5 3 года назад +1

    1:19:52 : Code for simple GCN

  • @mehmetaliozer2403
    @mehmetaliozer2403 3 года назад +2

    what is the roadmap for gnn study, any recommendations, readlist ?

  • @frun
    @frun 3 месяца назад

    Is it sensible to use iterated functions for NNs?