| Training Inputs | Inputs | The training inputs values | Number |
| Training Outputs | Outputs | The expected outputs values | Number |
| Hidden Neurons | Hidden Neurons | Number of neurons in each hidden layer. | Integer |
| Learning Algorithm | Learning Algorithm | Learning Algorithm:
(0) Backpropagation
(1) Resilient Backpropagation
(2) Evolutionary (Genetic) Algorithm
(3) Levenberg-Marquardt | Integer |
| Activation Function | Activation Function | Activation Function:
(0) Sigmoid
(1) Bipolar Sigmoid
(2) Linear
(3) Rectified Linear
(4) Threshold
(5) Identity | Integer |
| Alpha | Alpha | Alpha value. | Number |
| Iterations | Iterations | Number of iterations to teach the network. | Integer |