Trait juggernaut::activation::Activation [] [src]

pub trait Activation {
    fn calc(&self, x: f64) -> f64;
fn derivative(&self, x: f64) -> f64; }

Activation functions

Required Methods

Implementors