I am using a radial basis network with a thin plate spline as an activation function for the centers. I am finding the network parameters using Recursive orthogonal Least squares algorithm.
Scaling- I was unable to get proper training of the network with the original data(the data consists of inputs and outputs in different ranges.one in 1000's and another below 10) without scaling.(Divide the inputs by its maximum value so that the input ranges between 0-1 before giving it to network)
Even though i get decent rmse(