I am trying to do Statistical Downscaling of GCM outputs using ANN in R program. Initially i have standardised the predictors and find Principal components of predictors by Principal component analysis. Now i am finding out relation between principal components of Predictors and Observed data (predictand) by ANN.

When i have searched R code of ANN online , i have found that in the code instead of applying neuralnet function directly to the data, they are scaling data as follows:

scaled

More Ashwathi V K's questions See All
Similar questions and discussions