Enum revonet::neuro::ActivationFunctionType [] [src]

pub enum ActivationFunctionType {
    Linear,
    Sigmoid,
    Relu,
}

Enumeration for the different types of activations.

Variants

Trait Implementations

impl Clone for ActivationFunctionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ActivationFunctionType
[src]

impl Debug for ActivationFunctionType
[src]

Formats the value using the given formatter.