Hands-on Graph Neural Networks for Social Network Using PyTorch
My original post is Here and the code notebook is on my GitHub Here! You can follow this tutorial if you would like to know about Graph Neural Networks (GNNs) through a practical example using PyTorch framework. A BIG caveat here is to emphasize that I do not mean GNNs are just CNNs that operate on graphs, but what I want to say is that I felt comfortable with GNNs when I linked it to my understanding of CNNs and learnt something about graphs. For sure there are many other variations of GNNs but let us stick to this for those 10 minutes of reading. I hope this works for you as well, note that I put the sign to avoid causing some people to cringe. Graph neural networks, as their name tells, are neural networks that work on graphs.
Jul-11-2021, 16:15:08 GMT