[][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

Defines activations of layers in neural network.

Cost

Defines cost function of neural network.

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.