Table. 7.
Fully connected neural network configuration parameters. Notice that the number of input neurons depends on the representation type, while the number of output neurons is determined by the classification task, e.g., for the motive task, there are 5 output neurons
| Hyper Parameter | Range |
|---|---|
| number of layers | 3 |
| number of hidden layers | 1 |
| nodes in hidden layer | 16 |
| activation function | ReLU |