|
|
|
|
|
by elpakal
1677 days ago
|
|
They show a simple one in the post > In the example below, we build a model using the TF-GNN Keras API to recommend movies to a user based on what they watched and genres that they liked. > The code above works great, but sometimes we may want to use a more powerful custom model architecture for our GNNs. For example, in our previous use case, we might want to specify that certain movies or genres hold more weight when we give our recommendation. |
|