The basics of spatio-temporal graph neural networks

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

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

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

    One of the most informative and unique video on STGNNs data. Thanks sir

  • @JamesHUN
    @JamesHUN 2 года назад +2

    thanks man! decomposing the model into space and time operators with the code example helped me a lot in starting to implement my temporal GNN! cheers!

  • @ekbastu
    @ekbastu 2 года назад +2

    Hey Jacob, you are just excellent. Many thanks and I wish you thousands of subscribers which your quality content deserves. Please keep them coming. Thank you 🙏

  • @NoNTr1v1aL
    @NoNTr1v1aL Год назад +2

    Absolutely amazing video! Subscribed.

  • @selmakerdous8047
    @selmakerdous8047 Год назад +2

    you saved my life

  • @Laughbankrip
    @Laughbankrip 4 месяца назад

    Loved this introduction. Keep up the good work.

  • @akhavanpour
    @akhavanpour Год назад +1

    You teach perfectly👍🙏👏

  • @asifavan
    @asifavan 2 года назад

    Thanks for the video. You've made it so easy for understanding the concept. Great!

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

    this is such a great video on understandng the STGNN, expecting more from you sir!

  • @aqsa8599
    @aqsa8599 2 года назад +1

    Great video ! Please implement spatio temporal gnn instead of high level algorithm

  • @oswaldopaez2947
    @oswaldopaez2947 Год назад

    Awesome video, Jacob!
    I'm trying to learn about this topic but it seems a little overwhelming for me since I've found different examples very challening for me. Do you know a basic example/implementation of this kind of NNs? Please share it. It'll be very helpful. Thanks!

  • @fidae14
    @fidae14 2 года назад

    Very interesting, Jacob! I am currently thinking about using a GNN to model the aging behavior of the pipes of a water network. I am still figuring out how to do that, because as you said, with time series you would usually have all the variations of the features throughout every time step, which is something that doesn't apply in my case.

    • @suprimapradhan8909
      @suprimapradhan8909 2 года назад

      Sir which tool can I use to implement spatio temporal graph network

  • @ANTIMONcom
    @ANTIMONcom 2 года назад

    I have never used GNNs. Propably because i was more into the Genetic Algorithm space while i wrote my master, and i guess GNN just have not caught on there yet. Spacial method sound like something that easilly could be used together with the HyperNeat method though 🤔

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

    Thanks man! I hope to help hospitals run more efficiently with these techniques :)

  • @santiagopenate8644
    @santiagopenate8644 2 года назад +1

    Hi Jacob! pretty useful videos. I used NN in conjunction with electrical calculations. Now I'm discovering GNN which apply very much to the subject. How would you add Edge features? are there any code samples to look at?

  • @guanjiehuang7727
    @guanjiehuang7727 3 года назад +3

    Hi, thanks for the video! It’s pretty clear. Btw, could you please provide the link or full name of the temporal attention 2019 paper? Thx

    • @jacobheglund4245
      @jacobheglund4245  3 года назад +3

      Check the video at 7:45, it's one of the two papers that I cited
      ojs.aaai.org//index.php/AAAI/article/view/3881

  • @yahuiz7877
    @yahuiz7877 2 года назад

    MORE VIDS PLZ!!

  • @baburamchaudhary159
    @baburamchaudhary159 Год назад

    10:03 How that FC layer act as decoder, any explanation?

  • @juliancarvajalrico2817
    @juliancarvajalrico2817 Год назад

    Hey men, thanks for the video, I'm working on a project right now with temporal graph neural networks but I'm kind of stuck, I have time series data for wind power generation every 10 minutes, and I have the relationship between the towers as the edges features, the main idea is to build a graph of the towers and the features are changing over time, and the goal is to predict the generated power of the entire graph let's say after 40 minutes, do you have any example that can help me?

  • @conceptofeverything8793
    @conceptofeverything8793 Год назад

    Now to the interesting part: which game uses STGNNs for AI system?

  • @TheHybrid12
    @TheHybrid12 2 года назад

    WOW!