I've a set of features within the interval (-1,1). I'm looking for a bijective function or a procedure to normalize the data to a certain range with a mean close to 0 and a variance close to 1.
It's very import that the function is bijective since I need the features normalized as input for a neutral network with tanh activation function. My process would be to in-memory transform the data, feed them to the net and to transform the network result back to the initial scale.