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