HeavySideLayer

Type Alias HeavySideLayer 

Source
pub type HeavySideLayer<T> = LayerBase<HeavySide, T>;
Expand description

A [Layer] type using the heavyside activation function.

Aliased Type§

pub struct HeavySideLayer<T> {
    pub rho: HeavySide,
    pub params: T,
}

Fields§

§rho: HeavySide

the activation function of the layer

§params: T

the parameters of the layer; often weights and biases