DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Added enhancements to the
Gluonpackage, a high-level interface designed to be easy to use while keeping most of the flexibility of low level API. Gluon supports both imperative and symbolic programming, making it easy to train complex models imperatively with minimal impact on performance. Neural networks (and other machine learning models) can be defined and trained withgluon.nnandgluon.rnnpackages. For Gluon tutorials, see The Straight Dope.Added new loss functions -SigmoidBinaryCrossEntropyLoss,CTCLoss,HuberLoss,HingeLoss,SquaredHingeLoss,LogisticLoss,TripletLoss.gluon.Trainernow allows reading and setting learning rate withtrainer.learning_rateproperty.Added API
HybridBlock.exportfor exporting gluon models to MXNet format.Added gluon.contrib package.
- Convolutional recurrent network cells for RNN, LSTM and GRU.
- VariationalDropoutCell
...