talrub
Results
2
comments of
talrub
I understand, but what about my MNIST example? The input data is already between 0 and 1, but I still normalize it, as it is common to do so.
I don't understand why, in the case of MNIST, which contains [0,1] values before normalization, we need to use 'set_normalization_used' when we normalize the data. Why can't we provide the...