Struct juggernaut::activation::sigmoid::Sigmoid [] [src]

pub struct Sigmoid;

Methods

impl Sigmoid
[src]

Trait Implementations

impl Copy for Sigmoid
[src]

impl Clone for Sigmoid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Activation for Sigmoid
[src]

Calculates the Sigmoid of input x

Calculates the Derivative Sigmoid of input x