B1CK 2022-11-06 20:57
浏览 13
已结题

Batch Normalization论文中的疑问

Batch Normalization论文中第四页
3 Normalization via Mini-Batch Statistics
but it should be noted that the BN transform does not independently process the activation in each training example. Rather, BNγ,β (x) depends both on the training example and the other examples in the mini-batch.
这里除了训练样本还有小批量中的其他样本该怎么理解?transformation中 x 不是只包括minibatch一个batch的样本吗?

  • 写回答

1条回答 默认 最新

  • B1CK 2022-11-06 22:25
    关注

    懂了,training example就是小批量里的一个,这里作者的意思是bn不仅仅靠小批量里的一个样本。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 11月14日
  • 已采纳回答 11月6日
  • 创建了问题 11月6日

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效