Skip to content

v1.3.0

Compare
Choose a tag to compare
@DanRuta DanRuta released this 15 Jul 12:28
· 212 commits to master since this release

Regularization

Network

  • Added dropout, with dropout configuration
  • Added L2 regularization, via l2 strength config
  • Added L1 regularization, via l1 strength config
  • Added max norm regularization, via the maxNorm threshold value config

Bug Fixes

  • Fixed error value logged accumulating across epochs, instead of resetting to 0
  • Fixed epoch counter logged resetting instead of accumulating across training sessions