Skip to content

statsml/weight-init-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Weight initialization for neural nets

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors