Network Analysis (2) Practice Using igraph and Gephi

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

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

  • @chacha9700
    @chacha9700 3 года назад +2

    Thank you very much for uploading this video. I was trying to learn about igraph and gephi for week and finally found the best practice.

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

    Thank you for the amazing video and well organized content

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

    Thank you Sir. The lecture was quite insightful!

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

    thank you; I hope you share an intermediate or advanced network analysis metrics video

    • @byoung-gyugong7007
      @byoung-gyugong7007  3 года назад +8

      Thank you for your comment. I hope to be able to upload new video this spring. I am thinking of presenting other show cases of igraph functions and visualization techniques.

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

      @@byoung-gyugong7007 That would be great!

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

    Hi Sir...
    Its a good tutorial for the analysis of the Social Network. I am following the theory and the practical part.
    I have the following question which arise when you created Adjacency Matrix (undirected) at the video tutorial at 26:15 (you can find the scenario when the video is at 26: 15 sec)
    1) The first column consists of the Student_ID. Does the first row consists of the Student_ID as well ? In Adjacncy matrix we only have node at the first column and the rest matrix consists of edges only.
    2) why the adjacency matrix was symmetric i.e. I can understand no value at the diagonal but please define the same matrix above and below the diagonal element.
    3) Sir I am not been able to get the Plotting (can not detect the clustering and community as the major of the area is covered with black color) as much clear and attractive as yours in the tutorial. Can you shed some light on this sir?
    kindly elaborate ASAP.

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

    This is so valuable. Thank you

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

    This saved my day, thank you !

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

    You are Great❤

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

    thank you! This has been very helpful

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

    Great tutorial for network analysis, thank you very much. Could you pls share your powerpoint?

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

    Thank you so much for this video!!! Are there any lectures on the bipartite network?

    • @byoung-gyugong7007
      @byoung-gyugong7007  3 года назад +2

      답글 주셔서 감사드립니다. Bipartite network는 저도 개인적으로 매우 흥미로워하는 주제인데 별도의 강의는 저도 본적이 없네요. 제가 나중에 더 공부하면 강의 정리해서 한번 올려보겠습니다.

  • @AmenahJamalRashid
    @AmenahJamalRashid Месяц назад

    How can iassign Shapes to Node Types

  • @theresakinkese
    @theresakinkese 10 месяцев назад

    Hi, are you able to offer a one on one training on SNA and gephi?

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

    Thanks for the video but I encountered some errors from the stage of creating an igraph object from the dataframes like below.
    Warning message:
    In igraph_opt("return.vs.es") : internal error -3 in R_decompress1
    Do you know why? if so, any suggestion?

    • @byoung-gyugong7007
      @byoung-gyugong7007  3 года назад

      Hello Seize. I have no idea how that happened. Would you please let me know which command line created that warning message? And if it is just a warning not an error message it would be just fine.

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

    Hey, Thanks for the informative video, I cannot find any code in your Github page

    • @byoung-gyugong7007
      @byoung-gyugong7007  3 года назад

      Thanks for your feedback, Behnam. The files are in the "igraph" folder in the page. Please click the folder icon and then you will find first two data files and last Rscript file.

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

    thank you

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

    I have a question, when those nodes have coordinates, how can I add that attribute to the nodes???

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

      Just wondering if you found a solution for this?