SigmoidLayer

Type Alias SigmoidLayer 

Source
pub type SigmoidLayer<T> = LayerBase<Sigmoid, T>;
Expand description

A type alias for a [Layer] using a sigmoid activation function.

Aliased Type§

pub struct SigmoidLayer<T> {
    pub rho: Sigmoid,
    pub params: T,
}

Fields§

§rho: Sigmoid

the activation function of the layer

§params: T

the parameters of the layer; often weights and biases