Skip to content
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

Added TAGConv layer #430

Merged
merged 5 commits into from
Jun 16, 2024
Merged

Added TAGConv layer #430

merged 5 commits into from
Jun 16, 2024

Conversation

rbSparky
Copy link
Contributor

Implements Topology Adaptive Graph Convolutional Networks

Computes:

$$ H^{K} = \sum_{k=0}^K (D^{-1/2} A D^{-1/2})^{k} X \Theta_{k} $$

let me know if there are changes required in the method of computation

src/layers/conv.jl Outdated Show resolved Hide resolved
src/layers/conv.jl Show resolved Hide resolved
Co-authored-by: Carlo Lucibello <[email protected]>
@CarloLucibello CarloLucibello merged commit 942fe91 into JuliaGraphs:master Jun 16, 2024
3 of 5 checks passed
@rbSparky
Copy link
Contributor Author

If further changes to this are needed I will open a PR to fix them.
I will test this implementation and compare it to DGL once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants