Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch normalization #26

Open
rslprpr opened this issue Apr 13, 2017 · 1 comment
Open

Batch normalization #26

rslprpr opened this issue Apr 13, 2017 · 1 comment

Comments

@rslprpr
Copy link

rslprpr commented Apr 13, 2017

Could some one tell me what will happen if I use normal batch normalization not the one that developed by ladder network? And I have also don't understand why in evaluation process test and validation needs the statistics of train data?

@hotloo
Copy link
Contributor

hotloo commented Aug 18, 2017

Hi!

Could you be more specific about what you meant by "normal batch normalization"?

In evaluation, because the sample normally comes one at a time, the statistics will be noisy. This noise will most likely destroy the network performance. Therefore, one often uses the batch statistics from training data which is much more robust to these type of problem.

Please let me know if I am not able to answer your question or answered it wrong. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants