# 推荐系统基础

* 第一部分：数据篇
* 第二部分：匹配篇
  * 第X章：经典协同过滤
  * 第X章：基本embedding算法
  * 第X章：Graph Embedding
* 第三部分：模型篇
  * 第X章：因果推断
  * 第X章：点击率模型
  * 第X章：转化率模型
  * 第X章：离线效果评估
* 第四部分：排序篇
  * 第X章：多样性算法
  * 第X章：探索与利用
  * 第X章：在线效果评估
* 第五部分：工程篇
  * 第X章：模型压缩
  * 第X章：动态资源分配
  *

[浙ICP备2021035254号](http://beian.miit.gov.cn/)


---

# 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://www.zerokernel.com/master.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.
