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

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

Activation trait

Required Methods

Implementors