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: Sigmoidthe activation function of the layer
params: Tthe parameters of the layer; often weights and biases