Introduction to Artificial Neural Networks and Fuzzy Systems

30% of the data was selected randomly and reserved for testing. Only 70% of the data was used for training. The inputs were scaled to [-5,5] and outputs [0.2, 0.8] by each column. The MLP network has 2 layers and the hidden layer has 8 neurons. The hidden layer uses hyperbolic tangent activation function and output layer uses sigmoidal function. ................
................