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