I used nnet package in R to train the neural network and make prediction. At first, because the data were large, i used the formula (x-xmin)/(xmax-xmin) to standardize them in range of 0 to 1. After training the network, i predicted the output values. The result is a range of data in range of 0 and 1.

How can i un-standardize or convert the predictive values to the  first scale?

in this area, even i used " caret" package and the codes as below: 

fit

More Ghazaleh Baghbani's questions See All
Similar questions and discussions