# Models

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