neural-data-normalizer
neural-data-normalizer copied to clipboard
Data Denormalization
I was wondering is there a built in way to de-normalize the data? Once I put it through the Neural Net, I want it back in it's orginal form. Do I have to go and manually de-normalize the output?
Thanks.
I was looking for the same thing but the more I think about it, the issue is it's rare that a network will return an array of 1's or 0's. The results need to be interpreted on an case by case basis or at least there would need to be multiple modes, one at least that could sort the output and calculate it's "confidence" etc.