Click or drag to resize

DeepNeuralNetworkTrain Method (Matrix, IntegerArray, Int32)

Train classifier.

Namespace:  FinMath.MachineLearning.NeuralNetworks
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Train(
	Matrix observations,
	IntegerArray classes,
	int[] topology
)

Parameters

observations
Type: FinMath.LinearAlgebraMatrix
Observation matrix (N*M size). Columns corresponds to factors, rows to observation.
classes
Type: FinMath.DataStructuresIntegerArray
The vector (N size).
topology
Type: SystemInt32
Neural network neurons number by layers (include input layer and output layer).
See Also