[][src]Module cogent::core

Core functionality of training a neural network.

Structs

Layer

Used to specify layers to construct neural net.

NeuralNetwork

Neural network.

Trainer

To practicaly implement optional setting of training hyperparameters.

Enums

Activation

Used to define each layer's activation.

Cost
EvaluationData

For setting evaluation_data.

HaltCondition

For setting halt_condition.

MeasuredCondition

For setting a hyperparameter with measured intervals.

Proportion

For setting a hyperparameter as a proportion of another.

Functions

cast_array1s_to_array2

Returns Array2<T> from Vec<Array1<T>>