Property groupProperty NameDescriptionMisc.Note
Model FileSave Model FileDecide whether to save model file.RequiredYes, No
Model FileModel File PathSet the path for the model file to be saved.Conditionally Required
Selection optionsOptimization TechniqueSelect the Numerical Method to optimize the objective function.RequiredGradient Descent, AdaGrad, RMSProp, ADAM
Selection optionsHidden Layer Count ConfigurationSelect Number of Hidden Layers.Required1, 3
Selection optionsFeature Hidden Layer Node CountEnter the number of nodes in the Feature hidden layer.Requirednatural number
Selection optionsFeature Hidden Layer Activation FunctionFeature Specifies the activation function of the hidden layer.RequiredLinear, Tanh, Sigmoid, ReLU, Leaky ReLU, ELU
Selection optionsSymmetric Hidden Layer Node CountEnter the number of nodes in the symmetric hidden layer.Requirednatural number
Selection optionsSymmetric Hidden Layer Activation FunctionSpecifies the activation function of the symmetric hidden layer.RequiredLinear, Tanh, Sigmoid, ReLU, Leaky ReLU, ELU
Selection optionsOutput Layer Activation FunctionSpecifies the activation function of the output layer.RequiredLinear, Tanh, LogSig, ReLU, Leaky ReLU, ELU
Selection optionsRun CountEnter the maximum number of training iterations.Requirednatural number
Selection optionsFinal Target ErrorLearning stops when the target error is reached.RequiredReal number
Selection optionsBatch SizeSet the batch size.Requirednatural number
Selection optionsLearning RateSet the Learning Rate when learning weights.RequiredReal number
Selection optionsMomentumWhen calculating the weight for the opposite direction of the gradient, enter the amount of reflection of the direction from the previous step.RequiredReal number
Selection optionsGammaSpecifies the Gamma value used in the RMSProp algorithm.RequiredReal number
Selection optionsBeta1Specifies the Beta1 value used in the ADAM algorithm.RequiredReal number
Selection optionsBeta2Specifies the Beta2 value used in the ADAM algorithm.RequiredReal number