[][src]Module dumbnet::activation

Activations for use in layers

The Enums in this module are empty and therefore not initializable. They are only used as type paramenters.

Enums

ReLu

Returns max(0, input)

Sigmoid

A smooth sigmoid between -1 and 1.

Traits

Activation