Skip to content

Releases: mark-antal-csizmadia/nn-blocks

latest

01 Sep 15:15
Compare
Choose a tag to compare

First release. Includes:

  • fully connected networks up to k layer for multi-class classification and regression
  • recurrent neural networks for text generation
  • multiple weight initializers such as Xavier and Normal
  • weight regularizers such as L2 regularizer
  • optimizers such as AdaGrad and SGD
  • loss smoother and gradient clippers
  • examples in the form of jupyter notebooks on how to build models