Struct rusty_machine::learning::toolkit::activ_fn::Exp [] [src]

pub struct Exp;

Exponential activation function.

Trait Implementations

impl Clone for Exp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Exp
[src]

impl Debug for Exp
[src]

Formats the value using the given formatter.

impl ActivationFunc for Exp
[src]

The activation function.

The gradient of the activation function.

The inverse of the activation function.