> For the complete documentation index, see [llms.txt](https://blog.tsingjyujing.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.tsingjyujing.com/ml/recsys/collection.md).

# 资料收集

## 博客

* [见微知著，你真的搞懂Google的Wide\&Deep模型了吗？](https://zhuanlan.zhihu.com/p/142958834)
* [知识蒸馏在推荐系统的应用](https://zhuanlan.zhihu.com/p/143155437)
* [Ctr 预估之 Calibration](https://zhuanlan.zhihu.com/p/142086309)
* [推荐系统中稀疏特征Embedding的优化表示方法](https://zhuanlan.zhihu.com/p/141517705)
* [Learning to Rank学习笔记--ListwiseRank](https://zhuanlan.zhihu.com/p/66514492)
* [推荐系统 embedding 技术实践总结](https://zhuanlan.zhihu.com/p/143763320)

## 开源项目

* [wzhe06/CTRmodel](https://github.com/wzhe06/CTRmodel):Spark上的CTR模型
  * Naive Bayes
  * Logistic Regression
  * Factorization Machine
  * Random Forest
  * Gradient Boosted Decision Tree
  * GBDT + LR
  * Neural Network
  * Inner Product Neural Network (IPNN)
  * Outer Product Neural Network (OPNN)
* [jrzaurin/pytorch-widedeep](https://github.com/jrzaurin/pytorch-widedeep):Pytorch实现的Deep & Wide
* [allegro/allRank](https://github.com/allegro/allRank): Pytorch 实现的 Learning To Rank
* [haowei01/pytorch-examples](https://github.com/haowei01/pytorch-examples): Pytorch的，L2R，CF算法的例子。
* [microsoft/recommenders](https://github.com/microsoft/recommenders): 微软的推荐系统最佳实践


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
