How to use edge features in Graph Neural Networks (and PyTorch Geometric)

แชร์
ฝัง

ความคิดเห็น • 123

  • @cw9249
    @cw9249 ปีที่แล้ว +6

    as someone who hasnt taken any math courses or have experience reading research papers, that part with the D^(-1/2) A D^(-1/2) was so confusing. but now i understand what it means. it is essentially dividing the adjacency matrix, A, by the geometric mean of each pair of nodes' degrees, but broken down into 2 parts. matrix multiplication of (D^(-1/2), A) divides A by each node's own sqrt(degree), and (A D^(-1/2)) divides A by each nodes' counterparty's sqrt(degree) which could also be itself in a self loop. it is the equivalent of if you looped through each cell of A, and divided A[i,j] by sqrt(node i degrees*node j degrees). just pointing this out incase someone else sees that and gets scared

  • @filippobargagna
    @filippobargagna 11 หลายเดือนก่อน

    The amount and clearness of the informtion presented here is astounding. Great work, you're saving my research

  • @cristian-bull
    @cristian-bull 3 ปีที่แล้ว +5

    you are a life saver. All the related ideas are so well explained in a single video. I even had the company pay for a damn course on udemy, and these video series ended up being a far better resource.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Happy that you found it helpful :)

  • @davidlearnforus
    @davidlearnforus ปีที่แล้ว +1

    your whole channel is just perfect and I will share it everywhere I can, because more ppl should know this! great, concise, systematic, feels like getting black belt right after entering the Karate club!

    • @DeepFindr
      @DeepFindr  ปีที่แล้ว +2

      Thanks so much this really made me happy :)

    • @davidlearnforus
      @davidlearnforus ปีที่แล้ว +1

      @@DeepFindr wish you lots of success! great work again

  • @8dobbm722
    @8dobbm722 2 ปีที่แล้ว +9

    You touched on exactly what I’m looking for. Many thanks!

  • @lucaslau8379
    @lucaslau8379 3 ปีที่แล้ว +2

    Truly amazing, crystal clear and easily understood. Schools should use this to teach GNN. Thanks a lot for your effort.

  • @andresvicente3907
    @andresvicente3907 3 ปีที่แล้ว +8

    Love it!! thanks a lot for taking the time to help others to understand and implement these (not so simple) concepts.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Thank you! I'm happy if you found it helpful :)

  • @ceevaaaaa
    @ceevaaaaa 3 ปีที่แล้ว +5

    Beautifully explained; simple and intuitive. AMAZING WORK.

  • @siddharthsharma4072
    @siddharthsharma4072 2 ปีที่แล้ว

    Thanks!

  • @daniamaya
    @daniamaya ปีที่แล้ว

    This is a top-notch explanation. Thank you SO MUCH!

  • @hiramcoriarodriguez1252
    @hiramcoriarodriguez1252 4 ปีที่แล้ว

    This lecture is what i was looking for during a past Kaggle competition with graph data, at least now i learned something new.

    • @DeepFindr
      @DeepFindr  4 ปีที่แล้ว

      Cool, which competition was it?

    • @hiramcoriarodriguez1252
      @hiramcoriarodriguez1252 4 ปีที่แล้ว

      @@DeepFindr "OpenVaccine", where every RNA was graph.

    • @DeepFindr
      @DeepFindr  4 ปีที่แล้ว

      @@hiramcoriarodriguez1252 I see. Sounds interesting :)

  • @enginbilgi
    @enginbilgi 3 ปีที่แล้ว

    That is the information I was looking for. Thanks.

  • @pythonlover7504
    @pythonlover7504 หลายเดือนก่อน

    Super bro , your explanation is tooo good😢😢😢😢❤❤❤

  • @mehmetaliozer2403
    @mehmetaliozer2403 3 ปีที่แล้ว +1

    amazing level of explanation, thanks a lot.

  • @ThePedroPimenta
    @ThePedroPimenta 2 ปีที่แล้ว

    thank you very much!! this video helped me a lot!!! very interesting, didactic, and useful

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว

      Happy that you liked it!

  • @jeongiitae6
    @jeongiitae6 4 ปีที่แล้ว +2

    Amazing lecture thanks to your really good source !

  • @mdtokitahmid2970
    @mdtokitahmid2970 3 ปีที่แล้ว +1

    Please make a video seperately on this implementation of edge feature type problem in pytorch :'(
    As you did for the other parts. Would be very happy if you also include attention into this. It would be tooo much helpful for my research :(

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Check out this example, maybe this is already sufficient :) github.com/rusty1s/pytorch_geometric/blob/master/examples/rgcn.py

  • @DungPham-ai
    @DungPham-ai 4 ปีที่แล้ว +1

    Great work ! Thank you for making this video!

  • @البداية-ذ1ذ
    @البداية-ذ1ذ 4 ปีที่แล้ว

    Simply you are incredible, blessing to you 🙂

    • @DeepFindr
      @DeepFindr  4 ปีที่แล้ว

      Thanks for your kind words! :)

  • @duartesilva7907
    @duartesilva7907 ปีที่แล้ว

    Hi, what a fantastic video!! You are a life savior ;)!

  • @itryforwhat
    @itryforwhat ปีที่แล้ว

    Thanks a lot for clear explanation, I have a small question is how we deal with case where the edge feature is missing, for example: given a social network where you have a connection between some people, each people have habits, skills then given another graph of people and their skill and habits and want to predict potential connection of these people

  • @sftekin4040
    @sftekin4040 11 หลายเดือนก่อน

    Thank you very much for this amazing video😊

  • @nouraboub4805
    @nouraboub4805 2 ปีที่แล้ว

    Thanks a lot for your explanation is the best 🌹

  • @MegaFly08
    @MegaFly08 3 ปีที่แล้ว

    RNN is used as a form of aggregation to get good context vecor from last output fed in not used after aggregated

  • @SagarKhare23
    @SagarKhare23 3 ปีที่แล้ว +1

    wonderfully well explained! can you add links to the papers in the description? would be of great help. thank you so much for these videos - very clearly and thoughtfully explained/created!

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +2

      Thank you :) yes, I will add them tomorrow!

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +2

      Done :)

    • @SagarKhare23
      @SagarKhare23 3 ปีที่แล้ว

      @@DeepFindr thanks!

  • @736939
    @736939 2 ปีที่แล้ว

    7:43 Does it make sense to summarize retult over the relations? I think, it would be more intuitive to stack restuls according the relations, and not to sum them.

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว +1

      You could also do that. This will however change the dimension (h x num_relations) unless you divide the size of h by the number of relations.
      However I have the feeling that the model automatically arranges the embeddings in such a way that it can handle sums.
      But of course you can easily adjust the layer as you proposed with only few changes :)

  • @anitasoroush
    @anitasoroush ปีที่แล้ว

    It was great! thank you! Is there any source that explains how we can deal with a hypergraph?

  • @arvin9117
    @arvin9117 ปีที่แล้ว

    it's helpful, tks very much!

  • @zhencai6870
    @zhencai6870 3 ปีที่แล้ว +1

    Very good lecture! Clear explanation of edge features. I have a very stupid question though. Is there any way that I could load the edge weights data to the graph dataset in pytorch? I'm new to Pytorch Geometric and I just couldn't find any info regarding this.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Hi :)
      I can refer you to one of my videos of my current GNN series - "Custom dataset in pytorch geometric".
      There I also talk about how to create a dataset with edge info :) hope that helps

  • @egor_neo
    @egor_neo ปีที่แล้ว

    That is really helpful! Thanks

  • @ThePedroPimenta
    @ThePedroPimenta 2 ปีที่แล้ว +1

    Does anyone know if there is any implementation of a GNN layer that uses edge embeddings and updates them? I really need something like this for my project, but I can't seem to find it.

  • @peixinwu4631
    @peixinwu4631 2 ปีที่แล้ว +1

    Hi, may I ask how to handle the string type edge feature ?

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว

      Hi! You mean if you have text as edge features?
      If you only have a couple of edge types, you can one-hot encode them into a numeric representation.
      If you have lots of text, it's also possible to embed them into a vector using for example BERT.
      Hope this helps

  • @codinghub3388
    @codinghub3388 4 ปีที่แล้ว

    Amazing video ... thank you so very much . it's very helpful for beginners like me
    🙂🙂

    • @DeepFindr
      @DeepFindr  4 ปีที่แล้ว +1

      Happy to hear! :)

    • @codinghub3388
      @codinghub3388 4 ปีที่แล้ว

      @@DeepFindr please upload one video about mathematical formula with detail like Fourier transform etc.

    • @DeepFindr
      @DeepFindr  4 ปีที่แล้ว

      @@codinghub3388 in what context? For what do you need the Fourier stuff? The only deep learning related thing that comes to my mind is with audio data. I plan to make a video on that one day xD

    • @codinghub3388
      @codinghub3388 4 ปีที่แล้ว

      @@DeepFindr I read a paper “A comprehensive Survey on Graph neural network “ you mentioned in video sir .. author mentioned Fourier transform in spectral based convGNNs.

    • @DeepFindr
      @DeepFindr  4 ปีที่แล้ว

      @@codinghub3388 Ahhh I see. Yeah sure I will note that down. So it will be a video about graph fourier transforms. But not sure when I can upload it as there are a couple of other things on my list :D

  • @kajij
    @kajij 3 ปีที่แล้ว +1

    Very nice overview! Are there any sources that incorporate graph-level (global) features? I haven't found any paper besides the famous "Relational inductive biases, deep learning, and graph networks" by Peter W. Battaglia et al. But their deepmind graph-nets library lacks examples and probably requires a lot of tuning to the individual needs.
    btw are you to be found on a discord server for a chat? :) cheers and thanks again for your videos!

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Hi! Thanks! I haven't worked with global attributes so far. One trivial thing I could imagine is to connect all nodes with the global information.
      In my last video I talked a bit about creating global graph representations, but not incorporating them.
      I'm not too much on discord, but you can always send me a mail to deepfindr@gmail.com and we will figure something out :)

  • @siddharthsharma4072
    @siddharthsharma4072 2 ปีที่แล้ว

    Just awesome

  • @pratikaher4289
    @pratikaher4289 2 ปีที่แล้ว +1

    Hey ! amazing videos !. Are you familiar with any MP-GNN type of architecture for heterogeneous graphs ?

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว +1

      Hi! Thanks :) In theory, every homogenous model can be converted to a heterogenous model by simply treating the different edge types separately. In Pytorch Geometric there is also a function to_hetero(), which you can use to convert a model to the hetero setup. I plan to make a video on heterogenous graph learning some day in the future.

  • @chaupham1186
    @chaupham1186 2 ปีที่แล้ว +1

    Great video with amazing references!
    Just one question on directed weighted graphs. How Graph Attention Networks (GATs) can be used in the case of 1-D edge features? In other words, any suggestions to combine 1-D edge features and edge attention weights?

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว +2

      In the case of edge features, GAT can simply concatenate the source/target node features with the edge features. You can see this in detail in the GATConv layer of Pytorch geometric: pytorch-geometric.readthedocs.io/en/latest/modules/nn.html#torch_geometric.nn.conv.GATConv

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว +1

      This is the most straight forward way to consider the edge features in the attention weights :)

    • @chaupham1186
      @chaupham1186 2 ปีที่แล้ว +1

      @@DeepFindr Thanks for the quick reply! Keep up the good work. Looking forward to your new videos!

  • @clayouyang2157
    @clayouyang2157 3 ปีที่แล้ว

    very nice video, thanks bro

  • @chunpeng8250
    @chunpeng8250 ปีที่แล้ว

    You are my hero

  • @zeyuanyin
    @zeyuanyin 3 ปีที่แล้ว +2

    Amazing video! You give a wonderful presentation, can you share the slides?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Sure, please send an email to deepfindr@gmail.com and I can share them with you :)

  • @pratikaher1663
    @pratikaher1663 2 ปีที่แล้ว

    @DeepFindr
    I am working on a project where I need to predict the strength of link between two any two nodes where the edge feature comes in dynamically during inference. Which approach would be best in predicting the strength of the link between two nodes after the graph has been trained on node-edge-node features ?

    • @pratikaher1663
      @pratikaher1663 2 ปีที่แล้ว

      Can we train the NN such that it optimizes for link strength ? I was hoping to get a value between 0-1 for link strength given two nodes.

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว

      One thing that comes to my mind are attention coefficients. They indicate the importance between two nodes. It might be possible to use them as some sort of strength measurement.
      Besides that you can also define strenght based on the similarity of two node embeddings, for example by using cosine similarity as loss function.
      What do you mean by dynamic edge features?

  • @CLABEATLE
    @CLABEATLE ปีที่แล้ว

    Hello, I am trying to implement GCNs to have graphs representing a Whole-Slide Image, where every node corresponds to a patch of the image (its features), and I tried introducing the euclidean distance between 2 patches as the edge_feature. Should this distance be normalised, or can I just put the actual distance in pixels?

    • @DeepFindr
      @DeepFindr  ปีที่แล้ว

      Hi, if you use edge weights I would normalize it between 0 and 1 (inverted), thus far away patches have 0 influence and close patches a big weight. If you use edge features however I think it's not that relevant as the model will transform them anyways. But you should definitely try out both, normalized and not :)

  • @zhema207
    @zhema207 ปีที่แล้ว

    Can the edge_attr attribute be used in all "PYG" generated graph structures? Without overriding the message function?

  • @bassemsellami
    @bassemsellami 2 ปีที่แล้ว

    Hi!
    Thanks 🙏 for this video, that's so helpful!
    Please, I have a dataset with multiple edge features and I try to create a regression model to the prediction the value of one of the edge features.
    Please, can you help me with a code example ? I'm so thanks !

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว +1

      Hi!
      You might want to have a look at this:
      th-cam.com/video/AQU3akndun4/w-d-xo.html
      And maybe also this:
      th-cam.com/video/QLIkOtKS4os/w-d-xo.html
      :)

    • @bassemsellami
      @bassemsellami 2 ปีที่แล้ว

      @@DeepFindr Thank you a lot ! It's very helpful.

  • @GPCImpulse
    @GPCImpulse 3 ปีที่แล้ว

    Great video. Unless I missed you talking about this specifically, I assume the edge attr or edge weight tensor should be in the same order as the edge index? So if you had an edge index of ((0, 1), (1, 2)) and an edge weight of ((0.5), (.25)), then the edge from 0 to 1 would have a weight of 0.5 and the edge from 1 to 2 a weight of 0.25, correct?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Yes exactly, the ordering is the same :)

  • @fhssoccerboy7
    @fhssoccerboy7 3 ปีที่แล้ว

    Thanks for the great video.
    I have a couple of questions.
    My understanding is that when the edge features are n-dimensional, the shape of edge_attr is (num_edge*n).
    In other words, when the shape of edge_attr is (num_edge*2), does it represent a weighted directed graph like the one mentioned in 5:30 ?
    Also, for a weighted undirected graph, does the shape of edge_attr become (num_edge*1)?
    I'm sorry my English is not good.
    I hope I can get an answer.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Hello!
      No, the size of the edge features has nothing to do with if it is directed or not.
      Let's say you have a graph with num_edge=100. Internally for the GNN, each edge will be represented in both directions so (source, target) and (target, source). That's basically the full Adjacency matrix.
      So effectively you actually have 200 edges, each in both directions.
      The only difference between directed and undirected is that these two directions might be different, so for example (source, target) has edge features like [1,2,3,4] and (target, source) might have [5,6,7,8].
      The edge feature dimension can then be 1, 2 or whatever your number of edge attributes is.
      Hope this answers the question

    • @fhssoccerboy7
      @fhssoccerboy7 3 ปีที่แล้ว

      @@DeepFindr
      Thanks so much for the reply!
      I see.
      So you're saying that the graph at 5:30 has 10 edges right?
      Also in this graph, do you mean that the shape of edge_attr is (10*1)?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      @@fhssoccerboy7 Hi! So generally it has 5 edges, but in the Dataset we would have 10, as we consider both directions.
      Yes correct, this graph has one-dirmensional edge features.
      As you say, the edge attribute matrix would be [10, 1].
      For the example I give in the video it would be:
      (Alice, Bob): 0.9
      (Bob, Alice): 0.4
      ...

    • @fhssoccerboy7
      @fhssoccerboy7 3 ปีที่แล้ว

      @@DeepFindr
      I see, that makes perfect sense!
      Thank you so much for answering my rudimentary question!

  • @hunkim1880
    @hunkim1880 3 ปีที่แล้ว +1

    First, thanks for the amazing videos about gnns. I'm trying to get similar datasets you've showed in 1:12, which have node features and edge features but not molecular datasets, but i couldn't find any.
    So can u suggest me some datasets with node features and edge features for node classification tasks? (If possible)
    Thanks!

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +2

      Hi! Thanks :)
      Have you checked pytorch-geometric.readthedocs.io/en/latest/modules/datasets.html?
      There is a description of a couple of datasets that are available in PyG.
      Other than that I can suggest to check different papers that use edge features, most of the time they use some public datasets.
      Finally you can also check out paperswithcode.com/datasets?mod=graphs&page=1
      There are also many graph datasets.
      Hope this helps :)

    • @hunkim1880
      @hunkim1880 3 ปีที่แล้ว

      @@DeepFindr Thanks for the quick reply!
      But i have seen thru those pages, but couldn't find that have 'multi dimensional edge features' except molecular datasets..
      Am I missing something? I'm little new to gnns, so please excuse me

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +2

      Mhh, yes it's difficult to find them. I did some research and found this page: ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets
      There are a couple of datasets with multidim. Edges and several graphs.
      Other than that I don't know of any datasets with your specifications.
      Best regards :)

    • @hunkim1880
      @hunkim1880 3 ปีที่แล้ว +1

      @@DeepFindr I just checked your comment and wow, you are an absolute lifesaver!
      Thanks for your gigantic effort!

  • @nastaranmarzban1419
    @nastaranmarzban1419 2 ปีที่แล้ว

    Hi, hope you're doing well,
    I have a question, I'll be very thankfull if you answer me.
    Is there any graph neural network architecture that recieve multivariate dataset rather than graph-structured data as an input?
    If yes, how does the graph structure make from the multivariate dataset?
    I really need to know the answer of this question

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว

      Hi! Have you seen my latest videos on how to convert a tabular dataset to a graph dataset? I think this is what you are looking for :)

  • @钱诚-q3v
    @钱诚-q3v 3 ปีที่แล้ว

    Thank you for this video. I'm new to study trust network such as like or dislike. Does that apply to signed weighted directed network? For example, (Alice, Bob): -0.9
    (Bob, Alice): +0.4.Thanks.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Hi! Thx :)
      Sure you can model It like that :)

  • @lukeshchettri9945
    @lukeshchettri9945 3 ปีที่แล้ว

    For Relational GCN, you said that we need a different adjacency matrix for different relations. I am kinda confused about how to come up with such adjacency matrices. In your example: there are three different kinds of relations so we would have three different adjacency matrices, right? How are elements of the green adjacency matrix different from the value of the blue adjacency matrix?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Hi,
      Yes regarding the example we would for instance have one adjacency matrix for friends that contains three "1"s and the rest is zero (per matrix triangular, so if it is symmetrical we have 6). That's because we have 3 bidirectional friends connections in the graph.
      For couple and colleague we have for each only one" 1" and the rest is zero (per triangular, so 2).
      For a code example check out this RGAT layer: github.com/microsoft/tf2-gnn/blob/master/tf2_gnn/layers/message_passing/rgat.py
      Hope it helps :)

  • @khondokerhossain4153
    @khondokerhossain4153 2 ปีที่แล้ว

    Great explanations! I have one general query. I am implementing GCN for my research. But for my graphs, I have only edge weights/edge features not the node features. Is there any existing GCN implementation with only edge features in Pytorch Geometric or anywhere? Thanks

    • @DeepFindr
      @DeepFindr  2 ปีที่แล้ว

      Hi! Unfortunately I haven't seen any.
      A few ideas you might try:
      - Randomly initialize vectors on the nodes (as sort of dummies) and then use a GNN conv layer that includes edge features. This way the dummy node features are potentially updated through the edges.
      - If you only have edge weights you could also look into a method like Node2Vec, as it doesn't require node features
      - you could also put the edge features on the nodes by simply concatenating all outgoing edges for a node. As all node features need to have the same shape, you would need to pad the nodes with a lower degree (=number of connections)

    • @khondokermuradhossain8829
      @khondokermuradhossain8829 2 ปีที่แล้ว

      Thanks a lot for your detailed response. I am actually trying to do Graph Classification using GCN. My graphs are bipartile with only one type of nodes (actually they are the final 2 FC layers of CNNs). I tried to convert this to line graph as edge features become node features. But this method is not working well. I have to use another method for Graph Classification. I liked the first 2 ideas you mentioned. Please let me know if you have any other recommendations. Thanks

  • @lukeshchettri9945
    @lukeshchettri9945 3 ปีที่แล้ว

    Thanks for this very informative video. Is it a sensible to say that GATConv learns the edge features by itself and there isn't a way to add edge features in GATConv? Using the GNNs that you introduced in the video, we can include edge features and GNN can learn may be a better node embeddings with the help of the edge features?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +2

      Hi! Thanks!
      No I would say adding edge features makes sense, especially if your edge features are multidimensional.
      Some libraries call the edge-type variant of GAT also Relational GAT (RGAT) - I have used it myself, it worked better in my case than the plain GAT.
      Edge features will add important information, so including them will certainly pretty much always improve the result :)

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +2

      Another way to include (multidimensional) edge features in GAT might be to input them into the attention mechanism. :)

    • @lukeshchettri9945
      @lukeshchettri9945 3 ปีที่แล้ว

      @@DeepFindr Thanks again! I couldn't find RGAT in PyG. Does it have some other name?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      I think it is not available in PyG :( I found it in this library: github.com/microsoft/tf2-gnn

  • @gauravadlakha779
    @gauravadlakha779 4 ปีที่แล้ว

    great video!!!!! thanks

  • @tianpuzhang8856
    @tianpuzhang8856 3 ปีที่แล้ว

    Great work! But i have a quick question about GCN. In this video, the first example, a adjacent matrix that you use to express the edge between two nodes is not symmetric. I mean that the weight of edge from A to B might be 5 ,but from B to A the weight of edge is 3. Does it matter for GCN that need the adjacent matrix must be a symmetric matrix ?

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Hi. No the adjacency matrix does not need to be symmetric. If it is symmetric you simply represent an undirected graph, that means your edges have no direction. If it is asymmetric however that means your the information can only flow along specific edges or a different amount can flow (if you have values other than 0 and 1)

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Regarding your example that would mean more information can flow from A to B then from B to A

    • @tianpuzhang8856
      @tianpuzhang8856 3 ปีที่แล้ว

      @@DeepFindr Thank you for your answer!

  • @kishorkukreja7733
    @kishorkukreja7733 2 ปีที่แล้ว

    Just wow

  • @lucaslau8379
    @lucaslau8379 3 ปีที่แล้ว

    Can we use edge feature on GCNConv? Thanks.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Hi! The plain GCNConv has an edge_weight attribute. That means you can use one-dimensional edge weights.
      Then there is also RGCN, which additionally allows to use one dimensional edge types.
      Besides these there is no option to use edge features in GCN for PyG.

  • @estebansalami6274
    @estebansalami6274 4 ปีที่แล้ว

    awesome !!!!

  • @keeperofthelight9681
    @keeperofthelight9681 3 ปีที่แล้ว

    need code implementations please. theories are found everywhere but code implementations are nowhere to be found.

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Hi, have a look at: github.com/pyg-team/pytorch_geometric/tree/master/examples
      There are examples for everything you need. For example in the file rgcn.py is an implementation of one of the papers I mentioned.
      Also it's not very complicated, you just need to use the pytorch geometric layers and can use everything I talked about in the video.

  • @mdtokitahmid2970
    @mdtokitahmid2970 3 ปีที่แล้ว

    Everything was nice and cute until the last minute 🥲 I was really thinking the guys your colleague 🙂

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว

      Plot twist :D

    • @weichhsu5882
      @weichhsu5882 2 ปีที่แล้ว

      @@DeepFindr No wonder I saw some of them when working with StyleGAN. That's a fantastic idea to use AI's work for your great videos!

  • @zyadh2399
    @zyadh2399 3 ปีที่แล้ว

    How can this video have so little views...

    • @DeepFindr
      @DeepFindr  3 ปีที่แล้ว +1

      Haha appreciate it! Happy if the content is useful