This document lists the neural network blocks in Gluon:
.. currentmodule:: mxnet.gluon.nn
.. autosummary::
:nosignatures:
Dense
Dropout
BatchNorm
InstanceNorm
LayerNorm
Embedding
Flatten
Lambda
HybridLambda
.. autosummary::
:nosignatures:
Conv1D
Conv2D
Conv3D
Conv1DTranspose
Conv2DTranspose
Conv3DTranspose
.. autosummary::
:nosignatures:
MaxPool1D
MaxPool2D
MaxPool3D
AvgPool1D
AvgPool2D
AvgPool3D
GlobalMaxPool1D
GlobalMaxPool2D
GlobalMaxPool3D
GlobalAvgPool1D
GlobalAvgPool2D
GlobalAvgPool3D
ReflectionPad2D
.. autosummary::
:nosignatures:
Activation
LeakyReLU
PReLU
ELU
SELU
Swish
.. automodule:: mxnet.gluon.nn
:members:
:imported-members:
:exclude-members: Block, HybridBlock, SymbolBlock, Sequential, HybridSequential
Can you improve this documentation? These fine people already did:
Sheng Zha, Aaron Markham, f.diakogiannis, Xingjian Shi & Hang ZhangEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close