I'm studying the use of neural networks and learned that input data should be normalized so that the activation functions do not operate in saturation intervals, it is common for the normalization interval to be [-1, + 1]. However, to normalize the input data I must know the range of the same. My question is: If I do not hold the range of these data, how can I normalize them?