DOMINANT TECHNOLOGIES IN “INDUSTRY 4.0”
Solver parameter influence on the results of multilayer perceptron for estimating power output of a combined cycle power plant
Previous work has determined the ability of using the Multilayer Perceptron (MLP) type of Artificial Neural Network (ANN) to estimate the power output of a Combined Cycle Power Plant (CCPP) in which optimization did not focus on the solver parameter optimization. In previous work, the solvers used the default parameters. Possibility exists that optimizing solver parameters will net better results. Two solver algorithm’s parameters are optimized: Stochastic Gradient Descent (SGD) and Adam, with 140 and 720 parameter combinations respectively. Solutions are estimated through the use of Root Mean Square Error (RMSE). Lowest RMSE achieved is 4.275 [MW] for SGD and 4.259 [MW] for Adam, achieved with parameters: = 0.05, = 0.02, and nesterov=True for SGD and with parameters = 0.001, 1 = 0.95, 2 = 0.99, and amsgrad=False for Adam. Only a slight improvement is shown in comparison to previous results (RMSE=4.305 [MW]) which points towards the fact that solver parameter optimization with the goal of improving results does not justify the extra time taken for training.