# RMSprop

## RMSprop

* [返回顶层目录](https://luweikxy.gitbook.io/machine-learning-notes/summary#目录)
* [返回上层目录](https://luweikxy.gitbook.io/machine-learning-notes/gradient-descent-algorithm)
* [各类梯度下降算法的演化](#各类梯度下降算法的演化)

## 各类梯度下降算法的演化

![revolution-of-gradient-descent](https://3298324061-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpO5sn2FY1C9esHFJmo%2F-Lug-9Dm3wMqPuGpCQ0c%2F-Lug-Cj8eWQsYrsBcgKw%2Frevolution-of-gradient-descent.jpeg?generation=1574843768973331\&alt=media)

[Deep Learning 最优化方法之RMSProp](https://blog.csdn.net/bvl10101111/article/details/72616378)

[【优化算法】一文搞懂RMSProp优化算法](https://zhuanlan.zhihu.com/p/34230849)

[通俗理解指数加权平均](https://zhuanlan.zhihu.com/p/29895933)


---

# 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/gradient-descent-algorithm/rmsprop.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.
