Liking cljdoc? Tell your friends :D

Random Distribution Generator Symbol API

    .. currentmodule:: mxnet.symbol.random

Overview

This document lists the random distribution generator routines of the symbolic expression package:

.. autosummary::
    :nosignatures:

    mxnet.symbol.random

The Random Distribution Generator Symbol API, defined in the symbol.random package, provides symbolic expressions for random distribution generator routines.

In the rest of this document, we list routines provided by the symbol.random package.

Random Distribution Generator

.. currentmodule:: mxnet.symbol.random

.. autosummary::
    :nosignatures:

    exponential
    gamma
    generalized_negative_binomial
    negative_binomial
    normal
    poisson
    uniform
    multinomial
    shuffle
    mxnet.random.seed

API Reference


.. automodule:: mxnet.symbol.random
    :members:
    :noindex:

.. automodule:: mxnet.random
    :members:

Can you improve this documentation? These fine people already did:
Haibin Lin, Sheng Zha, vdantu & Deokjae Lee
Edit on GitHub

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

× close