Using Spektral for RS #387
vicbeldo98
started this conversation in
General
Replies: 1 comment
-
Hey Victoria,
unfortunately Spektral does not support heterogeneous features natively, you have to deal with them yourself.
It can be as easy as having two separate linear projections applied to nodes of either type, or you can do it as a pre-processing step and make sure that both types have the same feature dimensions.
All the best
Daniele
… On 15 Feb 2022, at 12:41, Victoria Beltrán ***@***.***> wrote:
Hello! I am a student trying to use Spektral for building a recommendation system based on GNN, so my task would be link prediction.
Particularly, I want to adapt it to the Yelp Dataset (users rate business).
I have a question that might be very easy to answer. Can you specify nodes with different initial features? I have two types of nodes: business and users. I have been looking through the documentation but I do not find any way.
Thank you in advanced for the help :)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am a student trying to use Spektral for building a recommendation system based on GNN, so my task would be link prediction.
Particularly, I want to adapt it to the Yelp Dataset (users rate business).
I have a question that might be very easy to answer. Can you specify nodes with different initial features? I have two types of nodes: business and users. I have been looking through the documentation but I do not find any way.
Thank you in advanced for the help :)
Beta Was this translation helpful? Give feedback.
All reactions