Caffe_NormalizationLayer

1. Local Response Normalization (LRN) - performs a kind of
“lateral inhibition” by normalizing over local input
regions.
2. Mean Variance Normalization (MVN) - performs contrast
normalization / instance normalization.

3. Batch Normalization- performs normalization over mini-batches

the bias and scale layers can be helpful in combination with normalization.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章