Algorithm 1 Normalization |
Input: CNN Network and mini-batch Bx
Output: Normalized sample data By |
1. Mini-batch mean: |
2. Mini-batch variance: |
3. Normalized value: |
4. Update the global mean: |
5. Update the global variance: |
6. Update the momentum value φ: |
7. Update the momentum value ψ: |