Modules are bricks to build neural networks. A Module is a neural network by itself, but it can be combined with other networks using container classes to create complex neural networks.

Subsections

  1. Module
  2. Containers
  3. Simple layers
  4. Transfer function layers
  5. Convolutional layers
  6. Layers for manipulating tables