I’m looking for ways to learn Graph Neural Networks, I know of Jure Leskovec’s lectures on youtube
And that tensorflow has a library
What are good projects that I could do to learn?
Is there a chance of this topic being covered by DeepLearning.AI in the future?
I think the first step is to build a few projects using a dataset similar to Jure Leskovec’s assignment. I have also done a few assignments from his course. Maybe I am thinking to build a project for 3d Generation. I hope you will try something similar for you.
I asked around about resources last week and got recommended these:
They are also mentioned in the workshop livestream but I had missed that part.
I’ve also found other resources:
Zak Jost was interviewed on Machine Learning Street Talk a podcast / youtube channel on ML that I like to listen to and has some material of his own.
I’m working on making a simple submission to the OGB Benchmark.
Thanks Raymond,
I’m also interested in graph ML. I’ll read-around these sources you have provided!
I’m interested in ML challenges with respect to being more human understanble, instead of being just ablack box. I feel the visual apsects of graphs could lend themselves well to that.
Causal graph. Causal graph interests me the most, but I am looking for a way to approach it under the subject of Graph Neural Network. In the mean time, anything that will open my eyes is interesting to me - anything because I am looking for a way anyway
For delivering a human understandable picture, it pretty depends on who your audience is. If your audience wants to know what your model is capable of, then we can test the model against various situations (inputs) and, for example, compare the outputs with historic data. Sometimes it is just as important to deliver your findings in your audience’s language.
However, if your audience wants to know the causal structure of your inputs and the output, then I think it really is a total different story At least there is more analysis and modeling work to do than just simply building one ML model that connects inputs to the output
Thank you for your interest. If something about GNN comes across you and you want someone to discuss with, let me know. Maybe I will need to spend some time to read, to research, and to think, and maybe in the end my feedback may not be very insightful, but we can try, can’t we?
An online Meetup Group I like to attend recently had two speakers talk about GNNs. Graph Neural Networks: Theory, Problem, and Approaches - YouTube
There’s two speakers and a Q and A section where if I remember correctly all the questions from the audience were answered.
The lecture by Pim de Haan week 4 on Natural Graph Networks topic is really interesting. The paper from the lecture: [2007.08349] Natural Graph Networks