Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I use scale normalization for the features of my neural network. As many of the values occur very infrequently, i.e. the minimum count within all samples is often also the count of the feature within many samples, I end up with a lot of zeros in my sample. E.g., out of 15 features 8 to 10 might be zero.

My question is: Is this is still ok, or should I add some smoothing parameter, in order to let the infrequent items also contribute?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.