# 机器学习相关博客

- [推荐系统相关博客](https://blog.tsingjyujing.com/ml/recsys.md)
- [向量稳定化](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)
- [强化学习相关博客](https://blog.tsingjyujing.com/ml/rl.md)
- [Re：从零开始的Multi-armed Bandit](https://blog.tsingjyujing.com/ml/rl/mab-summary.md)
- [一般理论](https://blog.tsingjyujing.com/ml/common.md)
- [论文阅读：“快把卷积神经网络中的平移不变性带回来”](https://blog.tsingjyujing.com/ml/common/conv.md)
- [再谈正则化项](https://blog.tsingjyujing.com/ml/common/regularization.md)
- [半监督/无监督学习](https://blog.tsingjyujing.com/ml/common/semi-supervised-learning.md)
- [手部检测和手势识别](https://blog.tsingjyujing.com/ml/common/hand-detection.md)
- [收藏夹](https://blog.tsingjyujing.com/ml/common/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.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.
