Percepnet-Keras icon indicating copy to clipboard operation
Percepnet-Keras copied to clipboard

normalization

Open simpleishappy opened this issue 4 years ago • 3 comments

Thanks for sharing your code with us! May I ask how to get the parameters in the normalization.h, or what does it mean?

simpleishappy avatar Jul 19 '21 06:07 simpleishappy

Before feed the data to neural network, the data are nomalized. It will help to reduce the loss of training result. The mean and variance data are statistic result from all training data.

cookcodes avatar Jul 21 '21 02:07 cookcodes

Thank you for the explanation, but the normalization should refer to standardization?

simpleishappy avatar Jul 23 '21 09:07 simpleishappy

You are right, it should be standardization instead of normalization.

cookcodes avatar Jul 23 '21 12:07 cookcodes