I. Introduction
An ANN is a machine learning process that uses nodes or neurons interconnected in a layered structure resembling the human brain to teach computers to process data in a way inspired by the human reasoning. ANNs performing regression predict a continuous output variable based on the input variables [1]. They can be considered compelling tools in modeling complex, nonlinear input-output relationships and can be applied to various areas of scientific research and industry. Although an ANN may seem complex at first glance, it is essentially a straight line of logic that connects the inputs to the output following a structure composed of layers of interconnected nodes to process large amounts of data. Each node takes the input data, processes it in a specific way, and passes it on to the next node [2].