Graph Node Embedding Algorithms (Stanford - Fall 2019)

แชร์
ฝัง

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

  • @sasankv9919
    @sasankv9919 3 ปีที่แล้ว +26

    Watched it for the third time and now everything makes sense.

  • @i2005year
    @i2005year 3 ปีที่แล้ว +24

    15:30 Basics of deep learning for graphs
    51:00 Graph Convolutional Networks
    1:02:07 Graph Attention Netwirks (GAT)
    1:13:57 Practical tips and demos

  • @ernesttaf
    @ernesttaf 4 ปีที่แล้ว +5

    Great Sir, Congratulations for your oustanding teaching capabilities. It really change my life and my view on Graph Network. Thank you very much, Professor

  • @jayantpriyadarshi9266
    @jayantpriyadarshi9266 4 ปีที่แล้ว +8

    Thank you for this lecture. Really changed my view about GCNs

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

      What's the major point that strik to your head? Lets others know if it convenient for you. Thanks

  • @sm_xiii
    @sm_xiii 4 ปีที่แล้ว +9

    Prof. Lescovec covered a lot of material in 1.5hr!
    It was very engaging because of his energy and teaching style.

  • @TheAnna1101
    @TheAnna1101 4 ปีที่แล้ว +5

    Awesome video. Please share more on this topic!

  • @Olivia-wu4ve
    @Olivia-wu4ve 4 ปีที่แล้ว +4

    Awesome! Thanks for sharing. Will the hands on session be posted?

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

    Amazing lecture of gnns.

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

    Thank you so much for making this lecture publicly available. I have a question, is it possible to apply node embedding to dynamic graphs (temporal)? Are there any specific methods/algorithms to follow?
    Thanks in advance for your answer.

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

    Great work..

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

    Hello. These lectures are very interesting. Would it be possible to share the GitHub repositories so that I can get a better understanding of the code involved in the implementation of these concepts?

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

    Classes so fun. The death here is different than the death in Computer Vision due to NSA death.

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

    My question at 31:00, what if previous layer embedding of same node is not multiply with Bk like Bk hv(k-1)...what will be the impact
    on embedding...

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

    where do I find the slides fo this lecture

  • @MrSajjadathar
    @MrSajjadathar 4 ปีที่แล้ว +3

    @Machine Learning TV yes, and please share the link where you shared all the graph representation learning lectures. i will be thankful..

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

      I think it is this one: th-cam.com/video/YrhBZUtgG4E/w-d-xo.html

  • @EOh-ew2qf
    @EOh-ew2qf ปีที่แล้ว

    43:40 I have a question for the slide here. How can you generalize for a new node when the model learns by aggregating the neighborhoods and the new nodes doesn't have a neighborhood yet.

  • @alvin5424
    @alvin5424 4 ปีที่แล้ว +3

    Any plans to publish lectures 17, 18 and 19?

  • @MingshanJia
    @MingshanJia 4 ปีที่แล้ว +10

    Wanna learn the whole series...

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

      th-cam.com/play/PL-Y8zK4dwCrQyASidb2mjj_itW2-YYx6-.html

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

    In GCN, we get a single output. In GraphSAGE you concatenate it to keep the info separate. So at each step, the output H^k will have 2 outputs, isn't it? If not, then how are they aggregated and still kept separate

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

      Kanishk Mair hi, I didn’t understand either. Did you find anything about it?

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

      I tried to work on pytorch geometric using it (SAGEConv). Not sure how it works but looking at it's source code might help

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

      I think the concatenated output is the embedding of the target node. And it depends on the downstream task to further process it, by passing it through more layers, before having the final output.

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

    Can you share the hands on link?

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

    Hi, where can I find the next lectures of him?

    • @MachineLearningTV
      @MachineLearningTV  4 ปีที่แล้ว +7

      We will upload them soon

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

      th-cam.com/play/PL-Y8zK4dwCrQyASidb2mjj_itW2-YYx6-.html

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

    How do you aggregate dissimilar features ? For example sex, temperature, education level for each node ?

  • @user-je6nw3ow5z
    @user-je6nw3ow5z 4 ปีที่แล้ว

    Where can I get slides?

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

      you can find it at here web.stanford.edu/class/cs224w/

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

    Deeper networks will not always be more powerful as you may lose vector features in translation .And due to additional weight matrices the neural networks will be desensitized to feature input.Number of hidden layers should not be greater than input dimension.

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

    Sir can you please share Tuesday lecture

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

      The past Tuesday?

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

      @@MachineLearningTV yes, and please share the link where you shared all the graph representation learning lectures. i will be thankful..

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

      It is available now. Check the new video

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

    On behalf a people from a remote eastern country: niubi!!!!

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

    th-cam.com/video/7JELX6DiUxQ/w-d-xo.html "what we would like to do is here input the graph and over here good predictions will come" Yes, that is exactly it! xD

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

    Pagan porque vean que tiene más seguidores. De echo pagas $10 pesos por cada video