Flow
weka.classifiers.functions.MultilayerPerceptron_cd2a8fe4-c941-42ec-93f8-276fe4f105e8

weka.classifiers.functions.MultilayerPerceptron_cd2a8fe4-c941-42ec-93f8-276fe4f105e8

Visibility: public Uploaded 18-10-2024 by Jan van Rijn Weka_3.9.6 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Weka implementation.

Parameters

-do-not-check-capabilitiesIf set, classifier capabilities are not checked before classifier is built (use with caution).default: ["false"]
AAutocreation of the network connections will NOT be done. (This will be ignored if -G is NOT set)default: ["false"]
BA NominalToBinary filter will NOT automatically be used. (Set this to not use a NominalToBinary filter).default: ["false"]
CNormalizing a numeric class will NOT be done. (Set this to not normalize the class if it's numeric).default: ["false"]
DLearning rate decay will occur. (Set this to cause the learning rate to decay).default: ["false"]
EThe number of consecutive increases of error allowed for validation testing before training terminates. (Value should be > 0, Default = 20).default: ["20"]
GGUI will be opened. (Use this to bring up a GUI).default: ["false"]
HThe hidden layers to be created for the network. (Value should be a list of comma separated Natural numbers or the letters 'a' = (attribs + classes) / 2, 'i' = attribs, 'o' = classes, 't' = attribs .+ classes) for wildcard values, Default = a).default: ["a"]
INormalizing the attributes will NOT be done. (Set this to not normalize the attributes).default: ["false"]
LLearning rate for the backpropagation algorithm. (Value should be between 0 - 1, Default = 0.3).default: ["0.3"]
MMomentum rate for the backpropagation algorithm. (Value should be between 0 - 1, Default = 0.2).default: ["0.2"]
NNumber of epochs to train through. (Default = 500).default: ["500"]
RReseting the network will NOT be allowed. (Set this to not allow the network to reset).default: ["false"]
SThe value used to seed the random number generator (Value should be >= 0 and and a long, Default = 0).default: ["0"]
VPercentage size of validation set to use to terminate training (if this is non zero it can preempt num of epochs. (Value should be between 0 - 100, Default = 0).default: ["0"]
batch-sizeThe desired batch size for batch prediction (default 100).default: []
num-decimal-placesThe number of decimal places for the output of numbers in the model (default 2).default: []
output-debug-infoIf set, classifier is run in debug mode and may output additional info to the consoledefault: ["false"]
resumeSet whether classifier can continue training after performing therequested number of iterations. Note that setting this to true will retain certain data structures which can increase the size of the model.default: ["false"]

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table