davharris / mistnet2

Neural Networks with Latent Random Variables in R
Other
4 stars 0 forks source link

first crack at sensible initialization (#10) #33

Closed davharris closed 8 years ago

davharris commented 8 years ago

This does a Glorot-style initialization with no user-defined options, which is probably good enough for 0.2.0.

codecov-io commented 8 years ago

Current coverage is 97.11%

Merging #33 into master will increase coverage by +0.01% as of 12b377d

@@            master     #33   diff @@
======================================
  Files           15      16     +1
  Stmts          345     347     +2
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            335     337     +2
  Partial          0       0       
  Missed          10      10       

Review entire Coverage Diff as of 12b377d


Uncovered Suggestions

  1. +0.58% via R/fit.R#51...52
  2. +0.58% via R/layer.R#22...23
  3. +0.29% via R/log_density.R#24...24
  4. See 5 more...

Powered by Codecov. Updated on successful CI builds.