Artificial Neural Network Architecture Tuning Algorithm
Table 2: Parameters
Algorithms | Parameters |
Backpropagation | One hidden layer, 10 neurons in it, 60 generations.The activation function is a sigmoid. |
«Keras» | Two hidden layers, 15 neurons each, "Adam" optimizer, learning_rate: 0.001, beta_1: 0.9, beta_2: 0.999, amsgrad: False. |
NN architecture tuning algorithm | 10 epochs of training "Keras", 44 generations of GA, 10 individuals of the population. |