training {CNN} R Documentation

Do CNN network model training

Description

Usage

training(cnn, dataset,
    max.loops = 100,
    verbose = 25,
    algorithm = NULL,
    action = NULL);

Arguments

cnn

-

dataset

[as SampleData]

max.loops

[as integer]

algorithm

[as TrainerAlgorithm]

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type CNNFunction.

clr value class

Examples


[Package CNN version 1.0.0.0 Index]