Struct neural_network::back_prop::LearningParameters [] [src]

pub struct LearningParameters {
    pub learning_rate: f64,
    pub momentum: f64,
    pub weight_decay: f64,
}

Fields

Trait Implementations

impl Copy for LearningParameters
[src]

impl Clone for LearningParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for LearningParameters
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for LearningParameters
[src]

[src]

Formats the value using the given formatter.