# CS-Notes文档说明

该用于记录相关的CS内容心得，包括机器学习、深度学习、算法等。

* [ ] 频率派和贝叶斯学派
* [ ] &#x20;

## 机器学习

{% content-ref url="/pages/-LcZiiYqMZobjatbaJWd" %}
[机器学习中的分类指标](/cs-notes/ji-qi-xue-xi/ji-qi-xue-xi.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzveHlVlGQjZHEOOOP0" %}
[SVM](/cs-notes/ji-qi-xue-xi/support-vector-machine.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M-AHuzrWuJ0Kic8UVD7" %}
[决策树](/cs-notes/ji-qi-xue-xi/jue-ce-shu.md)
{% endcontent-ref %}


---

# 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://linlh.gitbook.io/cs-notes/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.
