patrickloeber / blogposts-pythonengineer

Repo with articles for the python-engineer.com website. New authors are welcome!
https://www.python-engineer.com/
21 stars 14 forks source link

Graph neural network in PyTorch #2

Closed Anindyadeep closed 2 years ago

Anindyadeep commented 2 years ago

I have been studying GNNs and GraphML for some time now, as well as done research on VGAEs. So I want to contribute here. I will make blogs on the math of inner working of GNN algorithms, and code in pytorch geometric.

patrickloeber commented 2 years ago

This sounds exciting! I would love to add articles about these topics on my blog

Anindyadeep commented 2 years ago

Ok, so I have to write my article in the markdown format right? And after that have to make my branch and submit my files in the blog/content (of my branch) and make a pull request?

patrickloeber commented 2 years ago

exactly. I also added a section in the README about the author information you can submit

Anindyadeep commented 2 years ago

Great... so i am starting to write...