Train,Neural_Network,data.frame,numeric,numeric,numeric-method {DamiaNN} | R Documentation |
train the NN
Description
gets NN parameters that minimize cost on dataset using optimization_method
Usage
## S4 method for signature 'Neural_Network,data.frame,numeric,numeric,numeric'
Train(object,
dataset, regularization_constant, learning_rate, tolerable_error)
Arguments
object |
is a Neural Network |
dataset |
is a data.frame, the original data frame that includes the target |
regularization_constant |
is a numeric |
learning_rate |
is a numeric |
tolerable_error |
is a numeric, units : log loss |
Value
Neural_Network
[Package DamiaNN version 1.0.0 Index]