I am currently messing around with various NN models, one thing that I can't seem to find a clear answer on is the normalizing of input data into NN's.
I can see how it is possible to retrospectively scale input data, but what about unseen data, how does one normalize this? (i.e. scaling an indicator input during forward testing).
I can see how it is possible to retrospectively scale input data, but what about unseen data, how does one normalize this? (i.e. scaling an indicator input during forward testing).