The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension AI::MXNet

1.1     Sun Oct  1 10:19:08 PDT 2017
        - Major update, added support for new imperative MXNet interface Gluon and realtime GPU kernels callable from Perl space.
        - Bugfixes for distributed training.
        - Miscellaneous fixes and performance improvements.

1.0102 Sun Aug  6 16:55:08 PDT 2017
        - bugfixes in Image.pm, updated tests, added PearsonCorrelation metric, added Convolutional RNN modules.

1.0101  Sun Jul  2 17:16:01 PDT 2017
        - reworked CachedOp, two new optimizers, auto module reshape, using strings to index the kvstore.

1.01    Sat Jun 10 23:57:27 PDT 2017
        - sync with python.

0.9507  Thu May 11 17:04:44 PDT 2017
        - added AutoGrad, bugfixes.

0.9506  Sat Apr 29 20:26:50 PDT 2017
        - Ftrl optimizer, new tests, bugfixes.

0.9505  Sun Apr 23 21:26:04 PDT 2017
        - Perplexity bugfix, two new examples.

0.9504  Wed Apr 19 18:59:45 PDT 2017
        - LR Scheduler bugfix.

0.9503  Wed Apr 19 13:33:57 PDT 2017
        - added an example of generation of inferred text via pre-trained RNN.
        - bugfixes/tests.

0.9502  Sat Apr 15 17:18:21 PDT 2017
        - optimizations/bugfixes.

0.9501  Sat Apr  8 13:01:00 PDT 2017
        - ZoneoutCell, nd inferred reshape and moveaxis, cosmetic changes to Image iter,
           pod reworked to be readable via metacpan.

0.95  Sun Mar 26 17:42:02 PDT 2017
        - docs, bugfixes, tests in order to be visible on http://mxnet.io

0.03  Tue Feb 14 07:28:11 PST 2017
        - sync up with current state of the Python inteface.
        - high level RNN support.

0.02  Tue Feb 14 07:28:11 PST 2017
        - prepared for inclusion to the mxnet code repository.