Liking cljdoc? Tell your friends :D

Gluon Loss API

Overview

This document lists the loss API in Gluon:

.. currentmodule:: mxnet.gluon.loss

This package includes several commonly used loss functions in neural networks.

.. autosummary::
    :nosignatures:

    L2Loss
    L1Loss
    SigmoidBinaryCrossEntropyLoss
    SoftmaxCrossEntropyLoss
    KLDivLoss
    HuberLoss
    HingeLoss
    SquaredHingeLoss
    LogisticLoss
    TripletLoss
    CTCLoss
    CosineEmbeddingLoss
    PoissonNLLLoss

API Reference

.. automodule:: mxnet.gluon.loss
    :members:

Can you improve this documentation? These fine people already did:
Sheng Zha, Gaurav Gireesh, Aaron Markham & Eric Junyuan Xie
Edit on GitHub

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

× close