Module layers

Source
Expand description

This module implments various layers for a neural network

Modules§

attention
Attention

Structs§

LayerBase
Linear
ReLU
Sigmoid
Tanh

Traits§

Layer
A layer within a neural-network containing a set of parameters and an activation function. Here, this manifests as a wrapper around the parameters of the layer with a generic activation function and corresponding traits to denote desired behaviors.