# Deeplearning4j

- [Tutorials](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials.md)
- [Quick Start](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/quick-start.md): Quickstart for Java using Maven
- [Language Processing](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/language-processing.md): Overview of language processing in DL4J
- [Doc2Vec](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/language-processing/doc2vec.md): Doc2Vec and arbitrary documents for language processing in DL4J.
- [Sentence Iterator](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/language-processing/sentence-iterator.md): Iteration of words, documents, and sentences for language processing in DL4J.
- [Tokenization](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/language-processing/tokenization.md): Breaking text into individual words for language processing in DL4J.
- [Vocabulary Cache](https://deeplearning4j.konduit.ai/deeplearning4j/tutorials/language-processing/vocabulary-cache.md): Mechanism for handling general NLP tasks in DL4J.
- [How To Guides](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides.md)
- [Custom Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/custom-layers.md): Extend DL4J functionality for custom layers.
- [Keras Import](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import.md): Overview of model import.
- [Functional Models](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/functional-models.md): Importing the functional model.
- [Sequential Models](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/sequential-models.md): Importing the functional model.
- [Custom Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/custom-layers.md): How to implement custom Keras layers for import in Deeplearning4J.
- [Keras Import API Overview](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference.md): Keras model import API
- [Advanced Activations](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/advanced-activations.md)
- [Convolutional Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/convolutional-layers.md)
- [Core Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/core-layers.md)
- [Embedding Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/embedding-layers.md)
- [Local Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/local-layers.md)
- [Noise Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/noise-layers.md)
- [Normalization Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/normalization-layers.md)
- [Pooling Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/pooling-layers.md)
- [Recurrent Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/recurrent-layers.md)
- [Wrapper Layers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/api-reference/wrapper-layers.md)
- [Supported Features Overview](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features.md): Supported Keras features.
- [Activations](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features/activations.md): Supported Keras activations.
- [Constraints](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features/constraints.md): Supported Keras constraints.
- [Initializers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features/initializers.md): Supported Keras weight initializers.
- [Losses](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features/losses.md): Supported Keras loss functions.
- [Optimizers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features/optimizers.md): Supported Keras optimizers
- [Regularizers](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import/supported-features/regularizers.md): Supported Keras regularizers.
- [Tuning and Training](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/tuning-and-training.md)
- [Visualization](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/tuning-and-training/visualization.md): How to visualize, monitor and debug neural network learning.
- [Troubleshooting Training](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/tuning-and-training/troubleshooting-training.md): Understanding common errors like NaNs and tuning hyperparameters.
- [Early Stopping](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/tuning-and-training/early-stopping.md): Terminate a training session given certain conditions.
- [Evaluation](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/tuning-and-training/evaluation.md): Tools and classes for evaluating neural network performance
- [Transfer Learning](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/tuning-and-training/transfer-learning.md)
- [Reference](https://deeplearning4j.konduit.ai/deeplearning4j/reference.md)
- [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.
- [Explanation](https://deeplearning4j.konduit.ai/deeplearning4j/explanation.md)


---

# 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.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.
