> For the complete documentation index, see [llms.txt](https://deeplearning4j.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru.md).

# Keras导入

- [概述](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/gai-shu.md): 模型导入概述
- [入门](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/ru-men.md): 模型导入入门。
- [支持功能](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng.md): 支持的Keras功能。
- [正则化器](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/zheng-ze-hua-qi.md): 支持的Keras正则化器
- [损失](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/sun-shi.md): 支持的损失函数
- [初始化器](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/chu-shi-hua-qi.md): 支持的Keras权重初始化器
- [约束](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/yue-shu.md): 已支持的Keras约束。
- [激活](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/ji-huo.md): 支持的Keras激活。
- [优化器](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/zhi-chi-gong-neng/you-hua-qi.md): 已支持的Keras优化器
- [Functional模型](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/functional-mo-xing.md): 导入functional模型
- [Sequential模型](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru/sequential-mo-xing.md): 导入functional模型。


---

# 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://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/keras-dao-ru.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.
