# Reference

- [Model Zoo](https://deeplearning4j.konduit.ai/deeplearning4j/reference/model-zoo.md): Prebuilt model architectures and weights for out-of-the-box application.
- [Zoo Models](https://deeplearning4j.konduit.ai/deeplearning4j/reference/model-zoo/zoo-models.md)
- [Activations](https://deeplearning4j.konduit.ai/deeplearning4j/reference/activations.md): Special algorithms for gradient descent.
- [Auto Encoders](https://deeplearning4j.konduit.ai/deeplearning4j/reference/auto-encoders.md)
- [Computation Graph](https://deeplearning4j.konduit.ai/deeplearning4j/reference/computation-graph.md): How to build complex networks with DL4J computation graph.
- [Convolutional Layers](https://deeplearning4j.konduit.ai/deeplearning4j/reference/convolutional-layers.md): Also known as CNN.
- [DataSet Iterators](https://deeplearning4j.konduit.ai/deeplearning4j/reference/dataset-iterators.md): Data iteration tools for loading into neural networks.
- [Layers](https://deeplearning4j.konduit.ai/deeplearning4j/reference/layers.md): Supported neural network layers.
- [Model Listeners](https://deeplearning4j.konduit.ai/deeplearning4j/reference/model-listeners.md): Adding hooks and listeners on DL4J models.
- [Saving and Loading Models](https://deeplearning4j.konduit.ai/deeplearning4j/reference/saving-and-loading-models.md): Saving and loading of neural networks.
- [Multi Layer Network](https://deeplearning4j.konduit.ai/deeplearning4j/reference/multi-layer-network.md): Simple and sequential network configuration.
- [Recurrent Layers](https://deeplearning4j.konduit.ai/deeplearning4j/reference/recurrent-layers.md): Recurrent Neural Network (RNN) implementations in DL4J.
- [Updaters/Optimizers](https://deeplearning4j.konduit.ai/deeplearning4j/reference/updaters-optimizers.md): Special algorithms for gradient descent.
- [Vertices](https://deeplearning4j.konduit.ai/deeplearning4j/reference/vertices.md): Computation graph nodes for advanced configuration.
- [Word2vec/Glove/Doc2Vec](https://deeplearning4j.konduit.ai/deeplearning4j/reference/word2vec-glove-doc2vec.md): Neural word embeddings for NLP in 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/deeplearning4j/reference.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.
