LightGCN 实验报告¶
本次运行做了什么¶
- 读取 MovieLens:全量数据。
- 用 rating >= 4.0 构建用户-电影二部图。
- 每个用户最多保留
50条最近正反馈边;传0可使用全部正反馈。 - 图训练设备:
cpu。
指标¶
best_valid_loss:4.9253best_valid_recall@10:0.0700best_valid_ndcg@10:0.0320test_loss:5.1417test_recall@10:0.0560test_ndcg@10:0.0287epochs_ran:15.0000
推荐样例¶
| test_positive | top_recommendations |
|---|---|
| Ever After: A Cinderella Story (1998) | Fargo (1996) |
| Hunchback of Notre Dame, The (1996) | Apollo 13 (1995) |
| Sister Act 2: Back in the Habit (1993) | Men in Black (a.k.a. MIB) (1997) |
| Stir of Echoes (1999) | Star Wars: Episode IV - A New Hope (1977) |
| Lion King, The (1994) | Apollo 13 (1995) |
Checkpoint 大小¶
| 文件 | 大小 MB |
|---|---|
best.pt |
58.05 |