# Batch Normalization Biases Residual Blocks Towards the Identity Function in Deep Networks

论文地址：

* <https://arxiv.org/abs/2002.10444>

## 整体思路以及计算方式

思路和ReZero类似，用加权残差取代Normalize，唯一的区别是这篇讨论的是Batch Normalize，而ReZero讨论的是Layer Normalize：

$$
\mathbf {x}*{i+1}=\mathbf {x}*{i}+\alpha\_{i} F\left(\mathbf {x}\_{i}\right)
$$

后续部分从略。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doraemonzzz.gitbook.io/transformer_evolution_paper/normalize_and_residual/002.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
