Last updated: Feb 12, 2025
Multilayer perceptron is a
classifier based on the feedforward artificial neural network and consists of multiple layers. Each
layer is fully connected to the next layer in the network. The MultiLayerPerceptron-AS node in SPSS
Modeler is implemented in Spark. For details about the multilayer perceptron classifier (MLPC), see
https://spark.apache.org/docs/latest/ml-classification-regression.html#multilayer-perceptron-classifier.
properties |
Data type | Property description |
---|---|---|
|
boolean | This option tells the node to use field information specified here instead of that given in any upstream Type node(s). After selecting this option, specify the following fields as required. |
|
field | One field name for target. |
|
field | List of the field names for input. |
|
string | Specify the number of hidden layers. Use a comma between multiple hidden layers. |
|
string | Specify the number of output layers. |
|
integer | Generate the seed used by the random number generator. |
|
integer | Specify the maximum number of iterations to perform. |
|
boolean | Select the Expert Mode option in the Model Building section if you want to specify the block size for stacking input data in matrices. |
|
integer | This option can speed up the computation. |
|
boolean | Specify a custom name for the model or use , which sets the label as the
target field. |
|
string | Renamed model name. |
Was the topic helpful?
0/1000