I used nnet package in R to train the neural network and make prediction. At first, because the output values 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 the predicted values to have predicted values of the first unit?

thanks 

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