# 推荐系统相关博客

- [向量稳定化](https://blog.tsingjyujing.com/ml/recsys/embedding_stablization.md)
- [Learning To Rank 之 RankNet](https://blog.tsingjyujing.com/ml/recsys/ranknet.md)
- [Understanding LightGCN in a visualized way](https://blog.tsingjyujing.com/ml/recsys/light_gcn.md)
- [关于AA测试和AB测试的一些思考](https://blog.tsingjyujing.com/ml/recsys/ab_testing.md)
- [随想： BPR Loss 与 Hinger Loss](https://blog.tsingjyujing.com/ml/recsys/bpr_and_hinger.md)
- [无采样的矩阵分解](https://blog.tsingjyujing.com/ml/recsys/non_sampling_mf.md)
- [资料收集](https://blog.tsingjyujing.com/ml/recsys/collection.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.tsingjyujing.com/ml/recsys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
