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

About Node Features #45

Open
Peien429 opened this issue Feb 24, 2022 · 2 comments
Open

About Node Features #45

Peien429 opened this issue Feb 24, 2022 · 2 comments

Comments

@Peien429
Copy link

Hi, I am a beginner of graph classification task. I have a question that if the node has a string(natural language string) attribute, how can I convert the string into node feature?
Could I use word embedding model, such as word2vec, to convert the string into node feature?
Thanks!

@muhanzhang
Copy link
Owner

Yes. You can use standard CNN/RNN over word embeddings to get sentence embeddings as node features.

@Peien429
Copy link
Author

Thanks a lot!

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

2 participants