araobp/acoustic-features

Study normalization methods for deep learning

araobp opened this issue · 1 comments

I have been using scale API of sklearn.preprocessing module for normalizing data set for training CNN model. Is that the best normalization method?

scale() of sklearn.preprocessing seems OK.