-
In function '_create_lightgcn_embed', the code computes E(0), A_fold_hat * E(0), A_fold_hat^2 * E(0)...A_fold_hat^K * E(0), then concatenates them and uses tf.reduce_mean to get the final represent…
zxm97 updated
4 years ago
-
Hi,
First off, very nice and interesting work 👍.
In the paper, there's a claim that's made regarding the embedding concatenation v/s sum of all the embeddings.
```
e. Thus, we change the way of o…
-
I hope you can provide a new subsection/chapter on LightGCN under Neural Collaborative Filtering.
Ref: https://arxiv.org/pdf/2002.02126.pdf
-
Hi, thanks for your work.
I used the hyper parameters you provide in the examples to run your code, though I can obtain satisfactory results about Recall on both three datasets, but the results about…
-
### Description
from https://github.com/microsoft/recommenders/tree/master/tests
Make sure all tests pass:
Unit:
- [x] pytest tests/unit -m "not notebooks and not spark and not gpu" --du…