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

3-D Node Attributes Matrix #181

Open
imayachita opened this issue Sep 6, 2020 · 0 comments
Open

3-D Node Attributes Matrix #181

imayachita opened this issue Sep 6, 2020 · 0 comments

Comments

@imayachita
Copy link

Hi everyone,
I am wondering if it is possible that the node attributes matrix (X) is 3-D instead of 2-D? For example: we want to use word embedding as the node attributes instead of bag of words representation. If using bag of words, X is [num of nodes, num of words in the vocab]. If using word embedding, X will be similar to sequence models input, which is [num of nodes, max sequence length, num of word embedding dimension].

And also, can we use GCN to perform node attributes prediction instead of node classification?

Thanks!

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

No branches or pull requests

1 participant