I use ANN and ELM for a regression problem.I normalize inputs with minmax normalization at [-1,1]. Currently I apply normalization separately to the train and test set. However this should result in difficulties as far as regression is concerned if the train and test set have min and max values that differ. Would it be better to normalize th train and test set using the same normalization paramters (min and max value in this case)?

Similar questions and discussions