Liking cljdoc? Tell your friends :D

Contrib Optimization API

    .. currentmodule:: mxnet.optimizer.contrib

Overview

This document summaries the contrib APIs used to initialize and update the model weights during training

.. autosummary::
    :nosignatures:

    mxnet.optimizer.contrib

The Contrib Optimization API, defined in the optimizer.contrib package, provides many useful experimental APIs for new features. This is a place for the community to try out the new features, so that feature contributors can receive feedback.

.. warning:: This package contains experimental APIs and may change in the near future.

In the rest of this document, we list routines provided by the optimizer.contrib package.

Contrib

.. currentmodule:: mxnet.optimizer.contrib

.. autosummary::
    :nosignatures:

     GroupAdaGrad

API Reference


.. automodule:: mxnet.optimizer.contrib
    :members:

Can you improve this documentation? These fine people already did:
Sheng Zha & Leonard Lausen
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close