12 December 2012 14 3K Report

I have data input for a neural network with one output, the data range between 0 and X, I do not know the exact value of X because it changes with a time, I mean may be at a time t the max value of X=1234, but at t+n , X can take values higher than 1234. I'll use it in an online application to do some predictions.

I would like to put this data (normalize it) in [-1,+1] Are there any good methods to do this?

Similar questions and discussions