Sequential..::..Train Method (XYFrame, Int32, Int32, XYFrame)
Trains the model for a fixed number of epochs.
Namespace:
SiaNetAssembly: SiaNet (in SiaNet.dll)
Syntax
Parameters
- train
- Type: SiaNet.Model..::..XYFrame
The training dataset.
- epoches
- Type: Int32
The no. of trainin epoches.
- batchSize
- Type: Int32
Size of the batch for training.
- validation
- Type: SiaNet.Model..::..XYFrame
The validation dataset.