> For the complete documentation index, see [llms.txt](https://luweikxy.gitbook.io/machine-learning-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luweikxy.gitbook.io/machine-learning-notes/master.md).

# 封面

### 机器学习笔记

欢迎来到芦苇的机器学习笔记！

请点击GitBook目录阅读：

## ↓↓↓↓↓↓↓↓↓↓↓

## →[《GitBook》目录](https://app.gitbook.com/@luweikxy/s/machine-learning-notes/summary)←

## ↑↑↑↑↑↑↑↑↑↑↑

ps：如果打不开GitBook，则可能需要翻墙，或者阅读GitHub（但GitHub不会显示公式）。

想从微信公众号阅读请关注我的公众号：

![weixin\_gongzhonghao](/files/-LpO5wPT4NjC0zUddY1V)

查看源文件目录请点击：

### [GitHub目录](https://github.com/luweikxy/machine-learning-notes/blob/master/content/SUMMARY.md#%E7%9B%AE%E5%BD%95)

### LICENSE

本文的所有权利属于作者。欢迎署上作者名字和gitbook地址进行转载。

### KATEX CONVERT WEBSITE

<http://latex.codecogs.com/eqneditor/editor.php>


---

# 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://luweikxy.gitbook.io/machine-learning-notes/master.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.
