Thank you! This channel seems like it's run by someone well-read. I very much love that you include research papers too.
@henk_iii5 ай бұрын
Thank you for the excellent presentation of the topic, a job well done!
@eneserdogan342 жыл бұрын
Amazing video on such a challenging topic
@leo.y.comprendo3 жыл бұрын
Great first video on TGNNs! Looking forward to the next part
@cuongnguyenuc17766 ай бұрын
This work is crazy good!!
@mukeshnarendran1083 Жыл бұрын
Great video and am enjoying the GNN playlist. If there are open requests for new topics will it be okay to request for a hands on tutorial for skeletal action recognition (ex: berkley MHAD dataset) using temporal-based graph networks. Thanks
@prakaashsukhwal19842 жыл бұрын
awesome explanation. Do share some more pytorch based example use-cases on temporal GNNs. Appreciate your sharing!
@DeepFindr2 жыл бұрын
Hi! I have one for traffic forecasting :) and a video on how to generate temporal graph datasets
@zahramovahedinia1896 Жыл бұрын
This video is wonderful! Please, I wish to know what is the difference between higher and lower proximity orders? (In the table shown at 11:55)
@chientruong9263 жыл бұрын
Thank you so much!!!
@shrutishrestha82962 жыл бұрын
Great content. Thank you.
@nobywils2 жыл бұрын
Amazing explanation sir!
@avishkarsaha85063 жыл бұрын
great tutorial on TGNNs
@mountainwolf1210 ай бұрын
Dear instructor, is it possible to do node classification on temporal GNNs as well? for example, using a trained model predicting the category of each node during each time step based on given time series of node features?
@sunnyarora491610 ай бұрын
My CSV dataset has time values and corresponding sensor values measured every 5 min, when i tried to make a graph out of this TS ,taking node the time value and sensor value its attribute. Node gets wrong sensor values. How shall I convert this CSV to correct Graph? Any basic codes, I am a beginner?
@minalpatil5642 жыл бұрын
very nicely explained..
@wilfredomartel7781 Жыл бұрын
Nice work!
@wijdanchoukri61382 жыл бұрын
Great content, very helpful Thank you so much
@DeepFindr2 жыл бұрын
Happy that you found it useful :)
@mountainwolf127 ай бұрын
Hi, can node classification be done on these final temporal GNN outputs, for a predicted timestep in the future for each node?
@vincentyang83933 жыл бұрын
Thanks, Very helpful!
@kylecherry98693 жыл бұрын
Thanks, really nice intro.
@DeepFindr3 жыл бұрын
Thx!
@HeduAI2 жыл бұрын
Awesome animations! Which software did you use to create them?
@DeepFindr2 жыл бұрын
Thank you
@ayushsaha5539 Жыл бұрын
I don't understand the gating mechanism and the math behind the time series predictions. Any recommendations (i.e. papers)?
@VinayKumar-sd4dh2 жыл бұрын
how do we handle the case where graph changes over a period of time? I mean the graph at t1 will not be same as graph at t2.
@DeepFindr2 жыл бұрын
This is called dynamic graph and for example explained in this paper: arxiv.org/abs/2006.10637
@DeepFindr2 жыл бұрын
The important part is to only update nodes that are present in the current graph. But nodes might be added or removed over time
@VinayKumar-sd4dh2 жыл бұрын
@@DeepFindr thanks for the paper. Your videos are really helpful and simple to understand.
@armandogomis77323 жыл бұрын
Thank you very much for your video!!! I look forward to the next part. I am currently working with elliptic dataset to create temporal based classification of a dynamic graph with pytorch geometric, but I am finding it impossible to adapt the dataset to pytorch geometric. I would be very grateful if you could show me how to create a custom temporal dynamic graph in the library because the toy examples don't help much. Regards.
@DeepFindr3 жыл бұрын
Hi! I somehow didn't receive a notification for your comment but found it by accident :D Next part will be uploaded in the next days. I will say some words around datasets and hope this will help you with your issues. Otherwise feel free to leave a comment and I'll come back to you :) I agree the examples could be better :D
@priyankagautam4932 Жыл бұрын
can we use dgl for the GNN -lstm framework ?
@DEBRAJDEiot3 жыл бұрын
Thank you for the very helpful video! Is the mentioned Google Colab notebook available to test and play with.
@DeepFindr3 жыл бұрын
Very soon :) comes with the next video in the next days! Sorry for the delay
@DEBRAJDEiot3 жыл бұрын
@@DeepFindr Thank you! :)
@DEBRAJDEiot3 жыл бұрын
No problem at all! :) Thank you for sharing information and knowledge to the technical community