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 optionsInput Image Path VariableSelect the Input Image string-type variable that contains the source path information.Requiredvariable name
Selection optionsImage Color SpaceDecide whether the input image is color or black and white.RequiredColor, black and white
Selection optionsNetwork TypeSpecify structure of the convolution neural network for modelingRequiredLeNet-5, AlexNet, VGGNet
Selection optionsUse Initial PaddingDecide whether to apply Initial Padding to the Input Image.RequiredYes, No
Selection optionsTop PaddingSets the initial padding size to be applied to the top of the Input Image if Use Initial Padding is Yes..Conditionally Required0≤Integer
Selection optionsBottom PaddingSets the initial padding size to be applied to the Bottom of the Input Image if Use Initial Padding is Yes...Conditionally Required0≤Integer
Selection optionsLeft PaddingSets the initial padding size to be applied to the left side of the Input Image if Use Initial Padding is Yes.Conditionally Required0≤Integer
Selection optionsRight PaddingSets the initial padding size to be applied to the right of the Input Image if Use Initial Padding is Yes.Conditionally Required0≤Integer
Selection optionsOptimization TechniqueSet the method of weight updates.RequiredGradient Descent with Momentum, AdaGrad, RMSProp, ADAM
Selection optionsLearning RateSet the degree of weight updates during the Optimization Technique.Required0<real number≤1
Selection optionsMomentumSet the degree to which the weight reflects the existing direction of movement if Optimizing Method is Gradient Descent with Momentum.Conditionally Required0<real number≤1
Selection optionsGammaSet the rate at which previously updated weights are remembered if Optimization Technique is RMSProp.Conditionally Required0≤real number<1
Selection optionsBeta1Set the degree to which the weight reflects the existing direction of movement if Optimization Technique is ADAM.Conditionally Required0≤real number<1
Selection optionsBeta2Set the rate for remembering previously updated weights if the Optimization Technique is ADAM.Conditionally Required0≤real number<1
Selection optionsBatch SizeSet the number of data to update at once in mini-batch gradient descent.Required0<integer≤k (k: number of data)
Selection optionsNumber of EpochsSet the number of epochsRequired0<integer