Python Graph Neural Network Libraries (an Overview)

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 17

  • @leonliang9185
    @leonliang9185 2 роки тому +1

    The quality of your videos about graph are sooo good.

  • @habuhenka6228
    @habuhenka6228 Рік тому +1

    Hello there, this video is great. Especially the way how you compare each library and explained it to us. I just wanted to ask something, but before that I want to say that I'm still new at this topic. So here's the question, does the dataset used in graph search / theory same as GCN want? What I mean is the type of dataset, like the structure

    • @DeepFindr
      @DeepFindr  Рік тому

      Hi,
      Yes the dataset is in form of a graph with nodes and edges, if this is your question. I also have a video on how to build such a dataset on my channel :) let me know if u have more questions

  • @datacuriosity
    @datacuriosity 3 місяці тому

    stellargraph is another good library too

  • @RedCloudServices
    @RedCloudServices Рік тому

    thank you for your video I am doing a deep dive on GNN and which options are available. I’m sure there are new ones now 😊. Which GNN model is best suited for live graph use cases?

  • @giveushandle
    @giveushandle Рік тому

    Does PyG support weighted graph? If no, is there any of that 3 support for weighted graph?

  • @mohamadabdulkarem206
    @mohamadabdulkarem206 2 роки тому

    Thank you so much Great work

  • @markadyash
    @markadyash 2 роки тому

    best

  • @stanislavshubin3447
    @stanislavshubin3447 2 роки тому

    +

  • @kevon217
    @kevon217 10 місяців тому

    Fantastic rundown

  • @sophiez7952
    @sophiez7952 2 роки тому

    great ! very helpful thanks for your work!

  • @MuhammadAli-mi5gg
    @MuhammadAli-mi5gg 2 роки тому

    Thanks, for such great content.
    I am working on MultiVariate Time Series Anomaly Detection using GNNs, Transformers, and GANs, do you know of any resource where I can start?
    I searched a lot but couldn't find anything other than papers, which are not that useful.
    Thanks again.

    • @DeepFindr
      @DeepFindr  2 роки тому

      Hi!
      There is an article that might give you some ideas: medium.com/walmartglobaltech/an-overview-of-graph-neural-networks-for-anomaly-detection-in-e-commerce-b4c165b8f08a
      Also, have you seen this Github repo? github.com/safe-graph/DGFraud-TF2
      They also have some resources on anomaly / outlier detection.
      Finally I have seen this collection, which might be interesting as well: github.com/xiaomingaaa/GNNApp-Papers
      :)

  • @lightkira8281
    @lightkira8281 2 роки тому

    You are my teacher please add the data to your github. Thank you for everything

    • @DeepFindr
      @DeepFindr  2 роки тому

      Hi! Thanks :) I have not saved any code for this video. These were just samples from the documentation :)

  • @gulabpatel1480
    @gulabpatel1480 2 роки тому

    Great video! Can these library also explain features impact on target variable?

    • @DeepFindr
      @DeepFindr  2 роки тому

      Hi! Most of them only implement the GNN Explainer. DiveIntoGraphs has further explainability methods. I also made a video about this recently :)