Struct neural_network::back_prop::BackProp [] [src]

pub struct BackProp {
    pub parameters: LearningParameters,
    pub hidden_derivative: fn(_: f64) -> f64,
    pub output_derivative: fn(_: f64) -> f64,
    // some fields omitted
}

Fields

Methods

impl BackProp
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for BackProp
[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 BackProp
[src]

[src]

Formats the value using the given formatter.