# 配置

- [GPU/CPU设置](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/gpucpu-she-zhi.md): Eclipse Deeplearning4J的硬件设置，包括GPU和CUDA。
- [CPU 与 AVX](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/cpu-yu-avx.md): ND4J/Deeplearning4j中的 CPU与AVX支持
- [内存管理](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/nei-cun-guan-li.md): 为DL4J应用程序设置可用内存/RAM
- [Maven](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/maven.md): 为Deeplearning4j配置Maven构建工具。
- [SBT/Gradle和其它构建工具](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/sbtgradle-he-qi-ta-gou-jian-gong-ju.md): 为Deeplearning4j配置构建工具。
- [cuDNN](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/cudnn.md): 在 DL4J中使用NVIDIA cuDNN 库
- [快照](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/kuai-zhao.md): 使用每日版本访问最新的Eclipse Deeplearning4J功能。
- [内存工作间](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/pei-zhi/nei-cun-gong-zuo-jian.md): 在DL4J中，工作间是一种有效的内存分页模型。


---

# 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/pei-zhi.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.
