Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 815 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 815 Bytes

weight-init-notes

Weight initialization for neural nets

Xavier init

  • Paper: Understanding the difficulty of training deep feedforward neural networks
  • Blog: link
  • Summary: Weight can be initialized by Gaussion distribution with 1/n variance and n is the number of input dimension. This can keep the output and intput have the same variance.

magnitude of weights matters