ReluLayer

Type Alias ReluLayer 

Source
pub type ReluLayer<T> = LayerBase<ReLU, T>;
Expand description

A [Layer] type using the ReLU activation function.

Aliased Type§

pub struct ReluLayer<T> {
    pub rho: ReLU,
    pub params: T,
}

Fields§

§rho: ReLU

the activation function of the layer

§params: T

the parameters of the layer; often weights and biases