-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about graph #1
Comments
Hi, sorry it's been a while so I need to remember it correctly. But if I'm not mistaken, yeah that's correct. |
Thanks for your answer! I already know by learning your code.Do you still working something about graph neural network?your code is perfect for me to learn graph neural network. |
Hi, nice to know that. I am now fully in software engineering, so rarely touch ML. You can see my other repos where I coded gnn from scratch instead of using built-in framework like the one I used here. There you can see the step-by-step gnn algorithm. Hope that helps |
Hi. Thank you for this! Can you please share the references and resources you used to learn more about GNN/GCN theory and programming in Python? I could not find something I could use to learn to develop something similar to your code. Thanks in advance. |
I still remember it like yesterday that this GNN resource from Stanford was like the gold mine of GNN, truly helped me get through my thesis life. |
Thanks alot! |
Hello! I want to know that when you predict in a timestep,did you use one P and one Q to predict one V and &?
The text was updated successfully, but these errors were encountered: