# 优化器

支持的优化器 支持所有标准的Keras优化器，但是导入自定义TensorFlow优化器将不能工作：

* &#x20;SGD
* &#x20;RMSprop
* &#x20;Adagrad
* &#x20;Adadelta
* &#x20;Adam
* &#x20;Adamax
* &#x20;Nadam
* &#x20;TFOptimizer


---

# 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://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/you-hua-qi.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.
