# 数值计算与优化

* [返回顶层目录](https://luweikxy.gitbook.io/machine-learning-notes/pages/-LpO5vE88qYwjk5WM_Qf#目录)
* [梯度下降算法](https://github.com/luweikxy/machine-learning-notes/tree/e3cb097ea9f05763f85dea2bf823b53c26c50eae/content/mathematics/numerical-calculation-and-optimization/gradient-descent.md)
* [等式约束的拉格朗日乘子法](/machine-learning-notes/numerical-calculation-and-optimization/lagrangian-multiplier-method.md)
* [凸优化](/machine-learning-notes/numerical-calculation-and-optimization/convex-optimization.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://luweikxy.gitbook.io/machine-learning-notes/numerical-calculation-and-optimization.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.
