> 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/en-1.0.0-beta6/models.md).

# Models

- [Autoencoders](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/autoencoders.md)
- [Multilayer Network](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/multilayernetwork.md): Simple and sequential network configuration.
- [Computation Graph](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/computationgraph.md): How to build complex networks with DL4J computation graph.
- [Convolutional Neural Network](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/convolutional.md): Also known as CNN.
- [Recurrent Neural Network](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/recurrent.md): Recurrent Neural Network (RNN) implementations in DL4J.
- [Layers](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/layers.md): Supported neural network layers.
- [Vertices](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/vertices.md): Computation graph nodes for advanced configuration.
- [Iterators](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/iterators.md): Data iteration tools for loading into neural networks.
- [Listeners](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/listeners.md): Adding hooks and listeners on DL4J models.
- [Custom Layers](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/custom-layer.md): Extend DL4J functionality for custom layers.
- [Model Persistence](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/model-persistence.md): Saving and loading of neural networks.
- [Activations](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/activations.md): Special algorithms for gradient descent.
- [Updaters](https://deeplearning4j.konduit.ai/en-1.0.0-beta6/models/updaters.md): Special algorithms for gradient descent.
