Chainer
6.0.0b2
Tutorials
Chainer at a Glance
Concepts Walkthrough
Examples
Neural Net Examples
Colab Notebook Examples
Awesome Chainer
References
API Reference
Installation
Distributed Deep Learning with ChainerMN
Other
API Compatibility Policy
Contribution Guide
Tips and FAQs
Performance Best Practices
Upgrade Guide
Comparison with Other Frameworks
License
Community
Slack Chat
Forums
Chainer
Docs
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Z
_
__abs__() (chainer.Parameter method)
(chainer.Variable method)
__add__() (chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__bool__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__call__() (chainer.AbstractSerializer method)
(chainer.Chain method)
(chainer.ChainList method)
(chainer.Deserializer method)
(chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
(chainer.Initializer method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.Serializer method)
(chainer.dataset.ConcatWithAsyncTransfer method)
(chainer.initializers.Constant method)
(chainer.initializers.GlorotNormal method)
(chainer.initializers.GlorotUniform method)
(chainer.initializers.HeNormal method)
(chainer.initializers.HeUniform method)
(chainer.initializers.Identity method)
(chainer.initializers.LeCunNormal method)
(chainer.initializers.LeCunUniform method)
(chainer.initializers.NaN method)
(chainer.initializers.Normal method)
(chainer.initializers.One method)
(chainer.initializers.Orthogonal method)
(chainer.initializers.Uniform method)
(chainer.initializers.Zero method)
(chainer.iterators.OrderSampler method)
(chainer.iterators.ShuffleOrderSampler method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.optimizer_hooks.GradientClipping method)
(chainer.optimizer_hooks.GradientHardClipping method)
(chainer.optimizer_hooks.GradientLARS method)
(chainer.optimizer_hooks.GradientNoise method)
(chainer.optimizer_hooks.Lasso method)
(chainer.optimizer_hooks.WeightDecay method)
(chainer.serializers.DictionarySerializer method)
(chainer.serializers.HDF5Deserializer method)
(chainer.serializers.HDF5Serializer method)
(chainer.serializers.NpzDeserializer method)
(chainer.training.Extension method)
(chainer.training.extensions.Evaluator method)
(chainer.training.extensions.ExponentialShift method)
(chainer.training.extensions.FailOnNonNumber method)
(chainer.training.extensions.InverseShift method)
(chainer.training.extensions.LinearShift method)
(chainer.training.extensions.LogReport method)
(chainer.training.extensions.MicroAverage method)
(chainer.training.extensions.MultistepShift method)
(chainer.training.extensions.ParameterStatistics method)
(chainer.training.extensions.PlotReport method)
(chainer.training.extensions.PolynomialShift method)
(chainer.training.extensions.PrintReport method)
(chainer.training.extensions.ProgressBar method)
(chainer.training.extensions.StepShift method)
(chainer.training.extensions.VariableStatisticsPlot method)
(chainer.training.extensions.WarmupShift method)
(chainer.training.triggers.BestValueTrigger method)
(chainer.training.triggers.EarlyStoppingTrigger method)
(chainer.training.triggers.IntervalTrigger method)
(chainer.training.triggers.ManualScheduleTrigger method)
(chainer.training.triggers.MaxValueTrigger method)
(chainer.training.triggers.MinValueTrigger method)
(chainer.training.triggers.TimeTrigger method)
(chainer.utils.type_check.Expr method)
__copy__() (chainer.distributions.MultivariateNormal method)
(chainer.Parameter method)
(chainer.Variable method)
(chainer.iterators.MultiprocessIterator method)
__div__() (chainer.Parameter method)
(chainer.Variable method)
__enter__() (chainer.dataset.Iterator method)
(chainer.DebugMode method)
(chainer.FunctionHook method)
(chainer.LinkHook method)
(chainer.Reporter method)
(chainer.datasets.PickleDataset method)
(chainer.datasets.PickleDatasetWriter method)
(chainer.function_hooks.CUDAProfileHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
(chainer.link_hooks.TimerHook method)
__eq__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__exit__() (chainer.dataset.Iterator method)
(chainer.DebugMode method)
(chainer.FunctionHook method)
(chainer.LinkHook method)
(chainer.Reporter method)
(chainer.datasets.PickleDataset method)
(chainer.datasets.PickleDatasetWriter method)
(chainer.function_hooks.CUDAProfileHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
(chainer.link_hooks.TimerHook method)
__floordiv__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__ge__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__getitem__() (chainer.AbstractSerializer method)
(chainer.Chain method)
(chainer.ChainList method)
(chainer.Deserializer method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Serializer method)
(chainer.Variable method)
(chainer.dataset.DatasetMixin method)
(chainer.datasets.ConcatenatedDataset method)
(chainer.datasets.DictDataset method)
(chainer.datasets.ImageDataset method)
(chainer.datasets.LabeledImageDataset method)
(chainer.datasets.LabeledZippedImageDataset method)
(chainer.datasets.MultiZippedImageDataset method)
(chainer.datasets.PickleDataset method)
(chainer.datasets.SubDataset method)
(chainer.datasets.TextDataset method)
(chainer.datasets.TransformDataset method)
(chainer.datasets.TupleDataset method)
(chainer.datasets.ZippedImageDataset method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.serializers.DictionarySerializer method)
(chainer.serializers.HDF5Deserializer method)
(chainer.serializers.HDF5Serializer method)
(chainer.serializers.NpzDeserializer method)
(chainer.utils.type_check.Expr method)
__gt__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__iter__() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.dataset.Iterator method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
__le__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__len__() (chainer.ChainList method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.dataset.DatasetMixin method)
(chainer.datasets.ConcatenatedDataset method)
(chainer.datasets.DictDataset method)
(chainer.datasets.ImageDataset method)
(chainer.datasets.LabeledImageDataset method)
(chainer.datasets.LabeledZippedImageDataset method)
(chainer.datasets.MultiZippedImageDataset method)
(chainer.datasets.PickleDataset method)
(chainer.datasets.SubDataset method)
(chainer.datasets.TextDataset method)
(chainer.datasets.TransformDataset method)
(chainer.datasets.TupleDataset method)
(chainer.datasets.ZippedImageDataset method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
__lt__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__matmul__() (chainer.Parameter method)
(chainer.Variable method)
__mul__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__ne__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__neg__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__next__() (chainer.dataset.Iterator method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
__nonzero__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__pow__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__radd__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__rdiv__() (chainer.Parameter method)
(chainer.Variable method)
__rfloordiv__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__rmatmul__() (chainer.Parameter method)
(chainer.Variable method)
__rmul__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__rpow__() (chainer.Parameter method)
(chainer.Variable method)
__rsub__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__rtruediv__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__setitem__() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
__sub__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
__truediv__() (chainer.Parameter method)
(chainer.Variable method)
(chainer.utils.type_check.Expr method)
A
a (chainer.distributions.Beta attribute)
absolute() (in module chainer.functions)
absolute_error() (in module chainer.functions)
AbstractSerializer (class in chainer)
accuracy() (in module chainer.functions)
AdaDelta (class in chainer.optimizers)
AdaGrad (class in chainer.optimizers)
Adam (class in chainer.optimizers)
add() (chainer.DictSummary method)
(chainer.Summary method)
(in module chainer.functions)
add_hook() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
(chainer.GradientMethod method)
(chainer.Link method)
(chainer.Optimizer method)
(chainer.Sequential method)
(chainer.UpdateRule method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
(in module chainermn.global_except_hook)
add_link() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainermn.MultiNodeChainList method)
add_observer() (chainer.Reporter method)
add_observers() (chainer.Reporter method)
add_param() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
add_persistent() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
added() (chainer.function_hooks.CUDAProfileHook method)
(chainer.FunctionHook method)
(chainer.LinkHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
addgrad() (chainer.Parameter method)
(chainer.Variable method)
addgrads() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
allgather() (in module chainermn.functions)
allreduce() (chainermn.CommunicatorBase method)
allreduce_grad() (chainermn.CommunicatorBase method)
allreduce_obj() (chainermn.CommunicatorBase method)
AllreducePersistent (class in chainermn.extensions)
alltoall() (chainermn.CommunicatorBase method)
(in module chainermn.functions)
alpha (chainer.distributions.Dirichlet attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
alpha0 (chainer.distributions.Dirichlet attribute)
alpha_t (chainer.optimizers.Adam attribute)
amsgrad (chainer.optimizers.Adam attribute)
append() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
apply() (chainer.FunctionAdapter method)
(chainer.FunctionNode method)
arccos() (in module chainer.functions)
arcsin() (in module chainer.functions)
arctan() (in module chainer.functions)
arctan2() (in module chainer.functions)
argmax() (chainer.links.CRF1d method)
(in module chainer.functions)
argmax_crf1d() (in module chainer.functions)
argmin() (in module chainer.functions)
array (chainer.Parameter attribute)
(chainer.Variable attribute)
as_variable() (in module chainer)
assert_allclose() (in module chainer.testing)
assert_warns() (in module chainer.testing)
autotune (chainer.configuration.GlobalConfig attribute)
available() (chainer.training.extensions.PlotReport static method)
(chainer.training.extensions.VariableStatisticsPlot static method)
(chainer.training.updaters.MultiprocessParallelUpdater static method)
available_layers (chainer.links.GoogLeNet attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
average() (in module chainer.functions)
average_pooling_1d() (in module chainer.functions)
average_pooling_2d() (in module chainer.functions)
average_pooling_3d() (in module chainer.functions)
average_pooling_nd() (in module chainer.functions)
avg_mean (chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
avg_var (chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
B
b (chainer.distributions.Beta attribute)
backward() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
(chainer.Parameter method)
(chainer.Variable method)
backward_accumulate() (chainer.FunctionAdapter method)
(chainer.FunctionNode method)
backward_cpu() (chainer.Function method)
backward_gpu() (chainer.Function method)
backward_postprocess() (chainer.function_hooks.CUDAProfileHook method)
(chainer.FunctionHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
backward_preprocess() (chainer.function_hooks.CUDAProfileHook method)
(chainer.FunctionHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
batch_det() (in module chainer.functions)
batch_inv() (in module chainer.functions)
batch_l2_norm_squared() (in module chainer.functions)
batch_matmul() (in module chainer.functions)
batch_normalization() (in module chainer.functions)
batch_renormalization() (in module chainer.functions)
batch_shape (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
batch_size (chainer.iterators.DaliIterator attribute)
BatchNormalization (class in chainer.links)
BatchRenormalization (class in chainer.links)
bcast() (chainermn.CommunicatorBase method)
(in module chainermn.functions)
bcast_data() (chainermn.CommunicatorBase method)
bcast_obj() (chainermn.CommunicatorBase method)
Bernoulli (class in chainer.distributions)
bernoulli_nll() (in module chainer.functions)
BestValueTrigger (class in chainer.training.triggers)
beta (chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
Beta (class in chainer.distributions)
beta1 (chainer.optimizers.Adam attribute)
beta2 (chainer.optimizers.Adam attribute)
Bias (class in chainer.links)
bias() (in module chainer.functions)
Bilinear (class in chainer.links)
bilinear() (in module chainer.functions)
binary_accuracy() (in module chainer.functions)
BinaryHierarchicalSoftmax (class in chainer.links)
black_out() (in module chainer.functions)
BlackOut (class in chainer.links)
broadcast() (in module chainer.functions)
broadcast_to() (in module chainer.functions)
build_computational_graph() (in module chainer.computational_graph)
C
cache_or_load_file() (in module chainer.dataset)
cached_download() (in module chainer.dataset)
CaffeFunction (class in chainer.links.caffe)
call_for_each_param (chainer.optimizer_hooks.GradientHardClipping attribute)
(chainer.optimizer_hooks.GradientLARS attribute)
(chainer.optimizer_hooks.GradientNoise attribute)
(chainer.optimizer_hooks.Lasso attribute)
(chainer.optimizer_hooks.WeightDecay attribute)
call_hooks() (chainer.GradientMethod method)
(chainer.Optimizer method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
cast() (in module chainer.functions)
Categorical (class in chainer.distributions)
cdf() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
ceil() (in module chainer.functions)
Chain (class in chainer)
chainer (module)
,
[1]
,
[2]
chainer.backend (module)
chainer.backends.cuda (module)
chainer.backends.intel64 (module)
chainer.computational_graph (module)
chainer.dataset (module)
chainer.datasets (module)
chainer.distributions (module)
chainer.exporters (module)
chainer.function_hooks (module)
chainer.functions (module)
chainer.gradient_check (module)
chainer.initializers (module)
chainer.iterators (module)
chainer.link_hooks (module)
chainer.links (module)
chainer.links.caffe (module)
chainer.serializers (module)
chainer.testing (module)
chainer.training (module)
chainer.utils (module)
chainer.utils.type_check (module)
chainermn (module)
,
[1]
,
[2]
,
[3]
chainerx_device (chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
ChainList (class in chainer)
check_backward() (in module chainer.gradient_check)
check_double_backward() (in module chainer.gradient_check)
check_type_forward() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
children() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
ChildSumTreeLSTM (class in chainer.links)
classification_summary() (in module chainer.functions)
Classifier (class in chainer.links)
clear() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
clear_memo() (in module chainer.backends.cuda)
cleargrad() (chainer.Parameter method)
(chainer.Variable method)
cleargrads() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
clip() (in module chainer.functions)
clipped_relu() (in module chainer.functions)
close() (chainer.datasets.PickleDataset method)
(chainer.datasets.PickleDatasetWriter method)
(chainer.datasets.TextDataset method)
CommunicatorBase (class in chainermn)
ComputationalGraph (class in chainer.computational_graph)
compute_accuracy (chainer.links.Classifier attribute)
compute_mean() (chainer.DictSummary method)
(chainer.Summary method)
concat() (in module chainer.functions)
concat_examples() (in module chainer.dataset)
ConcatenatedDataset (class in chainer.datasets)
ConcatWithAsyncTransfer (class in chainer.dataset)
config (in module chainer)
connect_trainer() (chainer.training.Updater method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
connectionist_temporal_classification() (in module chainer.functions)
Constant (class in chainer.initializers)
contrastive() (in module chainer.functions)
convert_caffemodel_to_npz() (chainer.links.GoogLeNet class method)
(chainer.links.ResNet101Layers class method)
(chainer.links.ResNet152Layers class method)
(chainer.links.ResNet50Layers class method)
(chainer.links.VGG16Layers class method)
(chainer.links.VGG19Layers class method)
(chainer.links.model.vision.resnet.ResNetLayers class method)
Convolution1D (class in chainer.links)
Convolution2D (class in chainer.links)
Convolution3D (class in chainer.links)
convolution_1d() (in module chainer.functions)
convolution_2d() (in module chainer.functions)
convolution_3d() (in module chainer.functions)
convolution_nd() (in module chainer.functions)
ConvolutionND (class in chainer.links)
CooMatrix (class in chainer.utils)
copy() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(in module chainer.backends.cuda)
(in module chainer.functions)
copydata() (chainer.Parameter method)
(chainer.Variable method)
copyparams() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
copyto() (in module chainer.backend)
CorrectedMomentumSGD (class in chainer.optimizers)
cos() (in module chainer.functions)
cosh() (in module chainer.functions)
count() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.utils.type_check.TypeInfoTuple method)
count_by_layer_type() (chainer.Sequential method)
count_params() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
covariance (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
create_communicator() (in module chainermn)
create_empty_dataset() (in module chainermn.datasets)
create_huffman_tree() (chainer.links.BinaryHierarchicalSoftmax static method)
create_multi_node_checkpointer() (in module chainermn)
create_multi_node_evaluator() (in module chainermn)
create_multi_node_iterator() (in module chainermn.iterators)
create_multi_node_optimizer() (in module chainermn)
create_update_rule() (chainer.GradientMethod method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
creator (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
creator_node (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
crelu() (in module chainer.functions)
CRF1d (class in chainer.links)
crf1d() (in module chainer.functions)
cross_covariance() (in module chainer.functions)
cross_entropy() (in module chainer)
CUDAProfileHook (class in chainer.function_hooks)
cudnn_deterministic (chainer.configuration.GlobalConfig attribute)
cudnn_fast_batch_normalization (chainer.configuration.GlobalConfig attribute)
cumprod() (in module chainer.functions)
cumsum() (in module chainer.functions)
CupyMemoryProfileHook (class in chainer.function_hooks)
current_position (chainer.iterators.MultiprocessIterator attribute)
(chainer.iterators.MultithreadIterator attribute)
(chainer.iterators.SerialIterator attribute)
D
d (chainer.distributions.MultivariateNormal attribute)
DaliIterator (class in chainer.iterators)
data (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
DatasetMixin (class in chainer.dataset)
debug (chainer.configuration.GlobalConfig attribute)
debug_print() (chainer.Parameter method)
(chainer.Variable method)
DebugMode (class in chainer)
Deconvolution1D (class in chainer.links)
Deconvolution2D (class in chainer.links)
Deconvolution3D (class in chainer.links)
deconvolution_1d() (in module chainer.functions)
deconvolution_2d() (in module chainer.functions)
deconvolution_3d() (in module chainer.functions)
deconvolution_nd() (in module chainer.functions)
DeconvolutionND (class in chainer.links)
decov() (in module chainer.functions)
default_name (chainer.training.Extension attribute)
(chainer.training.extensions.Evaluator attribute)
(chainer.training.extensions.ExponentialShift attribute)
(chainer.training.extensions.FailOnNonNumber attribute)
(chainer.training.extensions.InverseShift attribute)
(chainer.training.extensions.LinearShift attribute)
(chainer.training.extensions.LogReport attribute)
(chainer.training.extensions.MicroAverage attribute)
(chainer.training.extensions.MultistepShift attribute)
(chainer.training.extensions.ParameterStatistics attribute)
(chainer.training.extensions.PlotReport attribute)
(chainer.training.extensions.PolynomialShift attribute)
(chainer.training.extensions.PrintReport attribute)
(chainer.training.extensions.ProgressBar attribute)
(chainer.training.extensions.StepShift attribute)
(chainer.training.extensions.VariableStatisticsPlot attribute)
(chainer.training.extensions.WarmupShift attribute)
default_statistics (chainer.training.extensions.ParameterStatistics attribute)
deformable_convolution_2d_sampler() (in module chainer.functions)
DeformableConvolution2D (class in chainer.links)
delete_hook() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
deleted() (chainer.function_hooks.CUDAProfileHook method)
(chainer.FunctionHook method)
(chainer.LinkHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
depth2space() (in module chainer.functions)
depthwise_convolution_2d() (in module chainer.functions)
DepthwiseConvolution2D (class in chainer.links)
Deserializer (class in chainer)
det() (in module chainer.functions)
device (chainer.Chain attribute)
(chainer.ChainList attribute)
(chainer.Link attribute)
(chainer.Parameter attribute)
(chainer.Sequential attribute)
(chainer.Variable attribute)
(chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
(chainer.links.Bias attribute)
(chainer.links.Bilinear attribute)
(chainer.links.BinaryHierarchicalSoftmax attribute)
(chainer.links.BlackOut attribute)
(chainer.links.CRF1d attribute)
(chainer.links.ChildSumTreeLSTM attribute)
(chainer.links.Classifier attribute)
(chainer.links.Convolution1D attribute)
(chainer.links.Convolution2D attribute)
(chainer.links.Convolution3D attribute)
(chainer.links.ConvolutionND attribute)
(chainer.links.Deconvolution1D attribute)
(chainer.links.Deconvolution2D attribute)
(chainer.links.Deconvolution3D attribute)
(chainer.links.DeconvolutionND attribute)
(chainer.links.DeformableConvolution2D attribute)
(chainer.links.DepthwiseConvolution2D attribute)
(chainer.links.DilatedConvolution2D attribute)
(chainer.links.EmbedID attribute)
(chainer.links.GRU attribute)
(chainer.links.GoogLeNet attribute)
(chainer.links.GroupNormalization attribute)
(chainer.links.Highway attribute)
(chainer.links.Inception attribute)
(chainer.links.InceptionBN attribute)
(chainer.links.LSTM attribute)
(chainer.links.LayerNormalization attribute)
(chainer.links.Linear attribute)
(chainer.links.LocalConvolution2D attribute)
(chainer.links.MLPConvolution2D attribute)
(chainer.links.Maxout attribute)
(chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
(chainer.links.NaryTreeLSTM attribute)
(chainer.links.NegativeSampling attribute)
(chainer.links.PReLU attribute)
(chainer.links.Parameter attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.Scale attribute)
(chainer.links.SimplifiedDropconnect attribute)
(chainer.links.StatefulGRU attribute)
(chainer.links.StatefulMGU attribute)
(chainer.links.StatefulPeepholeLSTM attribute)
(chainer.links.StatefulZoneoutLSTM attribute)
(chainer.links.StatelessGRU attribute)
(chainer.links.StatelessLSTM attribute)
(chainer.links.StatelessMGU attribute)
(chainer.links.Swish attribute)
(chainer.links.TheanoFunction attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.caffe.CaffeFunction attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
(chainer.utils.WalkerAlias attribute)
diagonal() (in module chainer.functions)
DictDataset (class in chainer.datasets)
DictionarySerializer (class in chainer.serializers)
DictSummary (class in chainer)
digamma() (in module chainer.functions)
dilated_convolution_2d() (in module chainer.functions)
DilatedConvolution2D (class in chainer.links)
Dirichlet (class in chainer.distributions)
disable_update() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
discriminative_margin_based_clustering_loss() (in module chainer.functions)
Distribution (class in chainer)
dropout() (in module chainer.functions)
dstack() (in module chainer.functions)
dtype (chainer.configuration.GlobalConfig attribute)
(chainer.Parameter attribute)
(chainer.Variable attribute)
dump() (chainer.computational_graph.ComputationalGraph method)
dump_graph (in module chainer.training.extensions)
dump_graph()
E
EarlyStoppingTrigger (class in chainer.training.triggers)
einsum() (in module chainer.functions)
elapsed_time (chainer.training.Trainer attribute)
elementwise (chainer.backends.cuda attribute)
elu() (in module chainer.functions)
embed_id() (in module chainer.functions)
EmbedID (class in chainer.links)
enable_backprop (chainer.configuration.GlobalConfig attribute)
enable_update() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
entropy (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
environment variable
LD_LIBRARY_PATH
MV2_SMP_USE_CMA
,
[1]
MV2_USE_CUDA
,
[1]
PATH
epoch (chainer.GradientMethod attribute)
(chainer.Optimizer attribute)
(chainer.iterators.MultiprocessIterator attribute)
(chainer.iterators.MultithreadIterator attribute)
(chainer.iterators.SerialIterator attribute)
(chainer.optimizers.AdaDelta attribute)
(chainer.optimizers.AdaGrad attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.CorrectedMomentumSGD attribute)
(chainer.optimizers.MomentumSGD attribute)
(chainer.optimizers.NesterovAG attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
(chainer.optimizers.SGD attribute)
(chainer.optimizers.SMORMS3 attribute)
(chainer.training.updaters.MultiprocessParallelUpdater attribute)
(chainer.training.updaters.ParallelUpdater attribute)
(chainer.training.updaters.StandardUpdater attribute)
epoch_detail (chainer.iterators.DaliIterator attribute)
(chainer.iterators.MultiprocessIterator attribute)
(chainer.iterators.MultithreadIterator attribute)
(chainer.iterators.SerialIterator attribute)
(chainer.training.updaters.MultiprocessParallelUpdater attribute)
(chainer.training.updaters.ParallelUpdater attribute)
(chainer.training.updaters.StandardUpdater attribute)
eps (chainer.optimizers.AdaDelta attribute)
(chainer.optimizers.AdaGrad attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
(chainer.optimizers.SMORMS3 attribute)
eps_inside_sqrt (chainer.optimizers.RMSprop attribute)
erf() (in module chainer.functions)
erfc() (in module chainer.functions)
erfcinv() (in module chainer.functions)
erfcx() (in module chainer.functions)
erfinv() (in module chainer.functions)
eta (chainer.optimizers.Adam attribute)
eval() (chainer.utils.type_check.Expr method)
evaluate() (chainer.training.extensions.Evaluator method)
Evaluator
(class in chainer.training.extensions)
event_shape (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
exp() (in module chainer.functions)
expand_dims() (in module chainer.functions)
expect() (in module chainer.utils.type_check)
experimental() (in module chainer.utils)
expm1() (in module chainer.functions)
ExponentialShift (class in chainer.training.extensions)
export() (in module chainer.exporters.caffe)
Expr (class in chainer.utils.type_check)
extend() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.training.Trainer method)
Extension (class in chainer.training)
extract() (chainer.links.GoogLeNet method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.model.vision.resnet.ResNetLayers method)
F
f1_score() (in module chainer.functions)
FailOnNonNumber (class in chainer.training.extensions)
fft() (in module chainer.functions)
fill_value (chainer.initializers.Constant attribute)
(chainer.initializers.NaN attribute)
(chainer.initializers.One attribute)
(chainer.initializers.Zero attribute)
finalize() (chainer.dataset.Iterator method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
(chainer.training.Extension method)
(chainer.training.Updater method)
(chainer.training.extensions.Evaluator method)
(chainer.training.extensions.ExponentialShift method)
(chainer.training.extensions.FailOnNonNumber method)
(chainer.training.extensions.InverseShift method)
(chainer.training.extensions.LinearShift method)
(chainer.training.extensions.LogReport method)
(chainer.training.extensions.MicroAverage method)
(chainer.training.extensions.MultistepShift method)
(chainer.training.extensions.ParameterStatistics method)
(chainer.training.extensions.PlotReport method)
(chainer.training.extensions.PolynomialShift method)
(chainer.training.extensions.PrintReport method)
(chainer.training.extensions.ProgressBar method)
(chainer.training.extensions.StepShift method)
(chainer.training.extensions.VariableStatisticsPlot method)
(chainer.training.extensions.WarmupShift method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
fix() (in module chainer.functions)
fix_random() (in module chainer.testing)
fixed_batch_normalization() (in module chainer.functions)
fixed_batch_renormalization() (in module chainer.functions)
flatten() (chainer.Sequential method)
(in module chainer.functions)
flip() (in module chainer.functions)
fliplr() (in module chainer.functions)
flipud() (in module chainer.functions)
floor() (in module chainer.functions)
flush() (chainer.datasets.PickleDatasetWriter method)
fmod() (in module chainer.functions)
force_backprop_mode() (in module chainer)
forget() (in module chainer.functions)
forward() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
forward_chainerx() (chainer.FunctionAdapter method)
(chainer.FunctionNode method)
forward_cpu() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
forward_gpu() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
forward_postprocess() (chainer.function_hooks.CUDAProfileHook method)
(chainer.FunctionHook method)
(chainer.LinkHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
forward_preprocess() (chainer.function_hooks.CUDAProfileHook method)
(chainer.FunctionHook method)
(chainer.LinkHook method)
(chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.PrintHook method)
(chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
from_chainerx() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
function (chainer.FunctionAdapter attribute)
Function (class in chainer)
FunctionAdapter (class in chainer)
FunctionHook (class in chainer)
FunctionNode (class in chainer)
functions (chainer.links.GoogLeNet attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
G
gamma (chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
gather() (chainermn.CommunicatorBase method)
(in module chainermn.functions)
gather_obj() (chainermn.CommunicatorBase method)
gaussian() (in module chainer.functions)
gaussian_kl_divergence() (in module chainer.functions)
gaussian_nll() (in module chainer.functions)
generate_array() (in module chainer.initializers)
get_all_iterators() (chainer.training.extensions.Evaluator method)
get_all_optimizers() (chainer.training.Updater method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
get_all_targets() (chainer.training.extensions.Evaluator method)
get_array_module() (in module chainer.backend)
(in module chainer.backends.cuda)
get_cifar10() (in module chainer.datasets)
get_cifar100() (in module chainer.datasets)
get_conv_outsize() (in module chainer.utils)
get_cross_validation_datasets() (in module chainer.datasets)
get_cross_validation_datasets_random() (in module chainer.datasets)
get_current_reporter() (in module chainer)
get_dataset_root() (in module chainer.dataset)
get_deconv_outsize() (in module chainer.utils)
get_device() (in module chainer.backends.cuda)
get_device_from_array() (in module chainer.backends.cuda)
get_device_from_id() (in module chainer.backends.cuda)
get_dict() (chainer.optimizer.Hyperparameter method)
get_dtype() (in module chainer)
get_example() (chainer.dataset.DatasetMixin method)
(chainer.datasets.ConcatenatedDataset method)
(chainer.datasets.ImageDataset method)
(chainer.datasets.LabeledImageDataset method)
(chainer.datasets.LabeledZippedImageDataset method)
(chainer.datasets.MultiZippedImageDataset method)
(chainer.datasets.PickleDataset method)
(chainer.datasets.SubDataset method)
(chainer.datasets.TextDataset method)
(chainer.datasets.TransformDataset method)
(chainer.datasets.ZippedImageDataset method)
get_extension() (chainer.training.Trainer method)
get_fashion_mnist() (in module chainer.datasets)
get_fashion_mnist_labels() (in module chainer.datasets)
get_item() (in module chainer.functions)
get_iterator() (chainer.training.extensions.Evaluator method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
get_max_workspace_size() (in module chainer.backends.cuda)
get_mnist() (in module chainer.datasets)
get_optimizer() (chainer.training.Updater method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
get_ptb_words() (in module chainer.datasets)
get_ptb_words_vocabulary() (in module chainer.datasets)
get_retained_inputs() (chainer.FunctionAdapter method)
(chainer.FunctionNode method)
get_retained_outputs() (chainer.FunctionAdapter method)
(chainer.FunctionNode method)
get_svhn() (in module chainer.datasets)
get_target() (chainer.training.extensions.Evaluator method)
get_trainer_with_mock_updater() (in module chainer.testing)
get_training_length() (chainer.training.triggers.EarlyStoppingTrigger method)
(chainer.training.triggers.IntervalTrigger method)
get_trigger() (in module chainer.training)
get_variable() (chainer.variable.VariableNode method)
get_variable_or_none() (chainer.variable.VariableNode method)
global_config (in module chainer)
GlobalConfig (class in chainer.configuration)
GlorotNormal (class in chainer.initializers)
GlorotUniform (class in chainer.initializers)
GoogLeNet (class in chainer.links)
gpu() (in module chainer.testing.attr)
grad (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
grad() (in module chainer)
grad_var (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
GradientClipping (class in chainer.optimizer_hooks)
GradientHardClipping (class in chainer.optimizer_hooks)
GradientLARS (class in chainer.optimizer_hooks)
GradientMethod (class in chainer)
GradientNoise (class in chainer.optimizer_hooks)
group_normalization() (in module chainer.functions)
GroupNormalization (class in chainer.links)
GRU (class in chainer.links)
gumbel_softmax() (in module chainer.functions)
H
hard_sigmoid() (in module chainer.functions)
HDF5Deserializer (class in chainer.serializers)
HDF5Serializer (class in chainer.serializers)
HeNormal (class in chainer.initializers)
HeUniform (class in chainer.initializers)
high (chainer.distributions.Uniform attribute)
Highway (class in chainer.links)
hinge() (in module chainer.functions)
hstack() (in module chainer.functions)
huber_loss() (in module chainer.functions)
Hyperparameter (class in chainer.optimizer)
I
icdf() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
Identity (class in chainer.initializers)
identity() (in module chainer.functions)
ifft() (in module chainer.functions)
ignore_label (chainer.links.EmbedID attribute)
im2col() (in module chainer.functions)
ImageDataset (class in chainer.datasets)
in_recomputing (chainer.configuration.GlobalConfig attribute)
Inception (class in chainer.links)
InceptionBN (class in chainer.links)
index() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.utils.type_check.TypeInfoTuple method)
init_hx() (chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
init_scope() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
init_state() (chainer.UpdateRule method)
initialize() (chainer.Parameter method)
(chainer.training.Extension method)
(chainer.training.extensions.Evaluator method)
(chainer.training.extensions.ExponentialShift method)
(chainer.training.extensions.FailOnNonNumber method)
(chainer.training.extensions.InverseShift method)
(chainer.training.extensions.LinearShift method)
(chainer.training.extensions.LogReport method)
(chainer.training.extensions.MicroAverage method)
(chainer.training.extensions.MultistepShift method)
(chainer.training.extensions.ParameterStatistics method)
(chainer.training.extensions.PlotReport method)
(chainer.training.extensions.PolynomialShift method)
(chainer.training.extensions.PrintReport method)
(chainer.training.extensions.ProgressBar method)
(chainer.training.extensions.StepShift method)
(chainer.training.extensions.VariableStatisticsPlot method)
(chainer.training.extensions.WarmupShift method)
initializer (chainer.Parameter attribute)
Initializer (class in chainer)
inject_backend_tests() (in module chainer.testing)
inputs (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
insert() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
inter_rank (chainermn.CommunicatorBase attribute)
inter_size (chainermn.CommunicatorBase attribute)
IntervalTrigger (class in chainer.training.triggers)
intra_rank (chainermn.CommunicatorBase attribute)
inv() (in module chainer.functions)
InverseShift (class in chainer.training.extensions)
invoke_before_training (chainer.training.extensions.PolynomialShift attribute)
is_debug() (in module chainer)
is_ideep_available() (in module chainer.backends.intel64)
is_new_epoch (chainer.iterators.MultiprocessIterator attribute)
(chainer.iterators.MultithreadIterator attribute)
(chainer.iterators.SerialIterator attribute)
(chainer.training.updaters.MultiprocessParallelUpdater attribute)
(chainer.training.updaters.ParallelUpdater attribute)
(chainer.training.updaters.StandardUpdater attribute)
Iterator (class in chainer.dataset)
K
keep_graph_on_report (chainer.configuration.GlobalConfig attribute)
kl_divergence() (in module chainer)
L
label (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
(chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
LabeledImageDataset (class in chainer.datasets)
LabeledZippedImageDataset (class in chainer.datasets)
Laplace (class in chainer.distributions)
Lasso (class in chainer.optimizer_hooks)
layer_normalization() (in module chainer.functions)
LayerNormalization (class in chainer.links)
lazy_grad_sum (chainer.configuration.GlobalConfig attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
LD_LIBRARY_PATH
leaky_relu() (in module chainer.functions)
LeCunNormal (class in chainer.initializers)
LeCunUniform (class in chainer.initializers)
lgamma() (in module chainer.functions)
Linear (class in chainer.links)
linear() (in module chainer.functions)
linear_interpolate() (in module chainer.functions)
LinearShift (class in chainer.training.extensions)
Link (class in chainer)
LinkHook (class in chainer)
links() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
load() (chainer.Deserializer method)
(chainer.serializers.HDF5Deserializer method)
(chainer.serializers.NpzDeserializer method)
load_hdf5() (in module chainer.serializers)
load_npz() (in module chainer.serializers)
loc (chainer.distributions.Laplace attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
local_convolution_2d() (in module chainer.functions)
local_function_hooks (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
local_link_hooks (chainer.Chain attribute)
(chainer.ChainList attribute)
(chainer.Link attribute)
(chainer.Sequential attribute)
(chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
(chainer.links.Bias attribute)
(chainer.links.Bilinear attribute)
(chainer.links.BinaryHierarchicalSoftmax attribute)
(chainer.links.BlackOut attribute)
(chainer.links.CRF1d attribute)
(chainer.links.ChildSumTreeLSTM attribute)
(chainer.links.Classifier attribute)
(chainer.links.Convolution1D attribute)
(chainer.links.Convolution2D attribute)
(chainer.links.Convolution3D attribute)
(chainer.links.ConvolutionND attribute)
(chainer.links.Deconvolution1D attribute)
(chainer.links.Deconvolution2D attribute)
(chainer.links.Deconvolution3D attribute)
(chainer.links.DeconvolutionND attribute)
(chainer.links.DeformableConvolution2D attribute)
(chainer.links.DepthwiseConvolution2D attribute)
(chainer.links.DilatedConvolution2D attribute)
(chainer.links.EmbedID attribute)
(chainer.links.GRU attribute)
(chainer.links.GoogLeNet attribute)
(chainer.links.GroupNormalization attribute)
(chainer.links.Highway attribute)
(chainer.links.Inception attribute)
(chainer.links.InceptionBN attribute)
(chainer.links.LSTM attribute)
(chainer.links.LayerNormalization attribute)
(chainer.links.Linear attribute)
(chainer.links.LocalConvolution2D attribute)
(chainer.links.MLPConvolution2D attribute)
(chainer.links.Maxout attribute)
(chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
(chainer.links.NaryTreeLSTM attribute)
(chainer.links.NegativeSampling attribute)
(chainer.links.PReLU attribute)
(chainer.links.Parameter attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.Scale attribute)
(chainer.links.SimplifiedDropconnect attribute)
(chainer.links.StatefulGRU attribute)
(chainer.links.StatefulMGU attribute)
(chainer.links.StatefulPeepholeLSTM attribute)
(chainer.links.StatefulZoneoutLSTM attribute)
(chainer.links.StatelessGRU attribute)
(chainer.links.StatelessLSTM attribute)
(chainer.links.StatelessMGU attribute)
(chainer.links.Swish attribute)
(chainer.links.TheanoFunction attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.caffe.CaffeFunction attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
local_response_normalization() (in module chainer.functions)
LocalConfig (class in chainer.configuration)
LocalConvolution2D (class in chainer.links)
log (chainer.training.extensions.LogReport attribute)
log() (in module chainer.functions)
log10() (in module chainer.functions)
log1p() (in module chainer.functions)
log2() (in module chainer.functions)
log_cdf() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
log_ndtr() (in module chainer.functions)
log_p (chainer.distributions.Categorical attribute)
log_prob() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
log_scale (chainer.distributions.Normal attribute)
log_softmax() (in module chainer.functions)
log_survival_function() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
logit (chainer.distributions.Bernoulli attribute)
LogNormal (class in chainer.distributions)
LogReport
(class in chainer.training.extensions)
logsumexp() (in module chainer.functions)
low (chainer.distributions.Uniform attribute)
lr (chainer.optimizers.AdaGrad attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.CorrectedMomentumSGD attribute)
(chainer.optimizers.MomentumSGD attribute)
(chainer.optimizers.NesterovAG attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
(chainer.optimizers.SGD attribute)
(chainer.optimizers.SMORMS3 attribute)
LSTM (class in chainer.links)
lstm() (in module chainer.functions)
M
make_extension() (in module chainer.training)
make_statistics() (chainer.DictSummary method)
(chainer.Summary method)
ManualScheduleTrigger (class in chainer.training.triggers)
matmul() (in module chainer.functions)
max() (in module chainer.functions)
max_pooling_1d() (in module chainer.functions)
max_pooling_2d() (in module chainer.functions)
max_pooling_3d() (in module chainer.functions)
max_pooling_nd() (in module chainer.functions)
maximum() (in module chainer.functions)
Maxout (class in chainer.links)
maxout() (in module chainer.functions)
MaxValueTrigger (class in chainer.training.triggers)
mean (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
mean() (in module chainer.functions)
mean_absolute_error() (in module chainer.functions)
mean_squared_error() (in module chainer.functions)
memoize() (in module chainer.backends.cuda)
MicroAverage (class in chainer.training.extensions)
min() (in module chainer.functions)
minimum() (in module chainer.functions)
MinValueTrigger (class in chainer.training.triggers)
MLPConvolution2D (class in chainer.links)
mode (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
momentum (chainer.optimizers.CorrectedMomentumSGD attribute)
(chainer.optimizers.MomentumSGD attribute)
(chainer.optimizers.NesterovAG attribute)
(chainer.optimizers.RMSpropGraves attribute)
MomentumSGD (class in chainer.optimizers)
moveaxis() (in module chainer.functions)
mu (chainer.distributions.LogNormal attribute)
multi_gpu() (in module chainer.testing.attr)
MultiNodeBatchNormalization (class in chainermn.links)
MultiNodeChainList (class in chainermn)
MultiprocessIterator (class in chainer.iterators)
MultiprocessParallelUpdater (class in chainer.training.updaters)
MultistepShift (class in chainer.training.extensions)
MultithreadIterator (class in chainer.iterators)
MultivariateNormal (class in chainer.distributions)
MultiZippedImageDataset (class in chainer.datasets)
MV2_SMP_USE_CMA
,
[1]
MV2_USE_CUDA
,
[1]
N
n_cells (chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
n_step_bigru() (in module chainer.functions)
n_step_bilstm() (in module chainer.functions)
n_step_birnn() (in module chainer.functions)
n_step_gru() (in module chainer.functions)
n_step_lstm() (in module chainer.functions)
n_step_rnn() (in module chainer.functions)
n_weights (chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
name (chainer.function_hooks.CUDAProfileHook attribute)
(chainer.FunctionHook attribute)
(chainer.LinkHook attribute)
(chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.function_hooks.CupyMemoryProfileHook attribute)
(chainer.function_hooks.PrintHook attribute)
(chainer.function_hooks.TimerHook attribute)
(chainer.link_hooks.TimerHook attribute)
(chainer.optimizer_hooks.GradientClipping attribute)
(chainer.optimizer_hooks.GradientHardClipping attribute)
(chainer.optimizer_hooks.GradientLARS attribute)
(chainer.optimizer_hooks.GradientNoise attribute)
(chainer.optimizer_hooks.Lasso attribute)
(chainer.optimizer_hooks.WeightDecay attribute)
(chainer.training.Extension attribute)
(chainer.training.extensions.Evaluator attribute)
(chainer.training.extensions.ExponentialShift attribute)
(chainer.training.extensions.FailOnNonNumber attribute)
(chainer.training.extensions.InverseShift attribute)
(chainer.training.extensions.LinearShift attribute)
(chainer.training.extensions.LogReport attribute)
(chainer.training.extensions.MicroAverage attribute)
(chainer.training.extensions.MultistepShift attribute)
(chainer.training.extensions.ParameterStatistics attribute)
(chainer.training.extensions.PlotReport attribute)
(chainer.training.extensions.PolynomialShift attribute)
(chainer.training.extensions.PrintReport attribute)
(chainer.training.extensions.ProgressBar attribute)
(chainer.training.extensions.StepShift attribute)
(chainer.training.extensions.VariableStatisticsPlot attribute)
(chainer.training.extensions.WarmupShift attribute)
namedlinks() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
namedparams() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
NaN (class in chainer.initializers)
NaryTreeLSTM (class in chainer.links)
ndim (chainer.Parameter attribute)
(chainer.Variable attribute)
ndtr() (in module chainer.functions)
ndtri() (in module chainer.functions)
negative_sampling() (in module chainer.functions)
NegativeSampling (class in chainer.links)
NesterovAG (class in chainer.optimizers)
new_epoch() (chainer.GradientMethod method)
(chainer.Optimizer method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
next() (chainer.dataset.Iterator method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
no_backprop_mode() (in module chainer)
node (chainer.Function attribute)
(chainer.Parameter attribute)
(chainer.Variable attribute)
Normal (class in chainer.distributions)
(class in chainer.initializers)
normalize() (in module chainer.functions)
NpzDeserializer (class in chainer.serializers)
NStepBiGRU (class in chainer.links)
NStepBiLSTM (class in chainer.links)
NStepBiRNNReLU (class in chainer.links)
NStepBiRNNTanh (class in chainer.links)
NStepGRU (class in chainer.links)
NStepLSTM (class in chainer.links)
NStepRNNReLU (class in chainer.links)
NStepRNNTanh (class in chainer.links)
numerical_grad() (in module chainer.gradient_check)
O
observe_lr() (in module chainer.training.extensions)
observe_value() (in module chainer.training.extensions)
on_error() (chainer.training.Extension method)
(chainer.training.extensions.Evaluator method)
(chainer.training.extensions.ExponentialShift method)
(chainer.training.extensions.FailOnNonNumber method)
(chainer.training.extensions.InverseShift method)
(chainer.training.extensions.LinearShift method)
(chainer.training.extensions.LogReport method)
(chainer.training.extensions.MicroAverage method)
(chainer.training.extensions.MultistepShift method)
(chainer.training.extensions.ParameterStatistics method)
(chainer.training.extensions.PlotReport method)
(chainer.training.extensions.PolynomialShift method)
(chainer.training.extensions.PrintReport method)
(chainer.training.extensions.ProgressBar method)
(chainer.training.extensions.StepShift method)
(chainer.training.extensions.VariableStatisticsPlot method)
(chainer.training.extensions.WarmupShift method)
One (class in chainer.initializers)
open_pickle_dataset() (in module chainer.datasets)
open_pickle_dataset_writer() (in module chainer.datasets)
Optimizer (class in chainer)
OrderSampler (class in chainer.iterators)
Orthogonal (class in chainer.initializers)
output_data (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
outputs (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
P
p (chainer.distributions.Bernoulli attribute)
(chainer.distributions.Categorical attribute)
pad() (in module chainer.functions)
pad_sequence() (in module chainer.functions)
ParallelUpdater (class in chainer.training.updaters)
Parameter (class in chainer)
(class in chainer.links)
parameterize() (in module chainer.testing)
ParameterStatistics (class in chainer.training.extensions)
params (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
params() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
parent (chainer.optimizer.Hyperparameter attribute)
PATH
permutate() (in module chainer.functions)
perplexity() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
PickleDataset (class in chainer.datasets)
PickleDatasetWriter (class in chainer.datasets)
PlotReport
(class in chainer.training.extensions)
polygamma() (in module chainer.functions)
PolynomialShift (class in chainer.training.extensions)
pop() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
precision() (in module chainer.functions)
predict() (chainer.links.GoogLeNet method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.model.vision.resnet.ResNetLayers method)
PReLU (class in chainer.links)
prelu() (in module chainer.functions)
prepare() (in module chainer.links.model.vision.googlenet)
(in module chainer.links.model.vision.resnet)
(in module chainer.links.model.vision.vgg)
previous_epoch_detail (chainer.iterators.DaliIterator attribute)
(chainer.iterators.MultiprocessIterator attribute)
(chainer.iterators.MultithreadIterator attribute)
(chainer.iterators.SerialIterator attribute)
(chainer.training.updaters.MultiprocessParallelUpdater attribute)
(chainer.training.updaters.ParallelUpdater attribute)
(chainer.training.updaters.StandardUpdater attribute)
print_report() (chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
PrintHook (class in chainer.function_hooks)
PrintReport
(class in chainer.training.extensions)
priority (chainer.training.Extension attribute)
(chainer.training.extensions.Evaluator attribute)
(chainer.training.extensions.ExponentialShift attribute)
(chainer.training.extensions.FailOnNonNumber attribute)
(chainer.training.extensions.InverseShift attribute)
(chainer.training.extensions.LinearShift attribute)
(chainer.training.extensions.LogReport attribute)
(chainer.training.extensions.MicroAverage attribute)
(chainer.training.extensions.MultistepShift attribute)
(chainer.training.extensions.ParameterStatistics attribute)
(chainer.training.extensions.PlotReport attribute)
(chainer.training.extensions.PolynomialShift attribute)
(chainer.training.extensions.PrintReport attribute)
(chainer.training.extensions.ProgressBar attribute)
(chainer.training.extensions.StepShift attribute)
(chainer.training.extensions.VariableStatisticsPlot attribute)
(chainer.training.extensions.WarmupShift attribute)
prob() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
prod() (in module chainer.functions)
product() (in module chainer.testing)
product_dict() (in module chainer.testing)
ProgressBar (class in chainer.training.extensions)
pseudo_connect() (in module chainermn.functions)
R
r2_score() (in module chainer.functions)
rank (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
(chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
(chainermn.CommunicatorBase attribute)
raw (chainer.backends.cuda attribute)
reallocate_cleared_grads() (chainer.GradientMethod method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
recall() (in module chainer.functions)
recv() (chainermn.CommunicatorBase method)
(in module chainermn.functions)
recv_obj() (chainermn.CommunicatorBase method)
reduce (chainer.backends.cuda attribute)
register_kl() (in module chainer)
register_persistent() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
register_statistics() (chainer.training.extensions.ParameterStatistics method)
relu() (in module chainer.functions)
remove() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
remove_by_layer_type() (chainer.Sequential method)
remove_hook() (chainer.GradientMethod method)
(chainer.Optimizer method)
(chainer.UpdateRule method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
repeat (chainer.iterators.DaliIterator attribute)
(chainer.iterators.MultithreadIterator attribute)
(chainer.iterators.SerialIterator attribute)
repeat() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(in module chainer.functions)
(in module chainer.testing.condition)
repeat_with_success_at_least() (in module chainer.testing.condition)
report() (chainer.Reporter method)
(in module chainer)
report_key_template (chainer.training.extensions.ParameterStatistics attribute)
report_scope() (in module chainer)
Reporter (class in chainer)
requires_grad (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.variable.VariableNode attribute)
reset() (chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
reset_state() (chainer.links.GRU method)
(chainer.links.LSTM method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
reshape() (chainer.Parameter method)
(chainer.Variable method)
(in module chainer.functions)
resize_images() (in module chainer.functions)
ResNet101Layers (class in chainer.links)
ResNet152Layers (class in chainer.links)
ResNet50Layers (class in chainer.links)
ResNetLayers (class in chainer.links.model.vision.resnet)
retain_data() (chainer.Parameter method)
(chainer.Variable method)
(chainer.variable.VariableNode method)
retain_inputs() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
retain_outputs() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
retry() (in module chainer.testing.condition)
reverse() (chainer.ChainList method)
(chainer.Sequential method)
(chainer.links.MLPConvolution2D method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
rho (chainer.optimizers.AdaDelta attribute)
RMSprop (class in chainer.optimizers)
RMSpropGraves (class in chainer.optimizers)
rnn() (chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
roi_average_align_2d() (in module chainer.functions)
roi_pooling_2d() (in module chainer.functions)
rollaxis() (in module chainer.functions)
rrelu() (in module chainer.functions)
rsqrt() (in module chainer.functions)
run() (chainer.training.Trainer method)
S
sample() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
(chainer.utils.WalkerAlias method)
sample_data (chainer.links.BlackOut attribute)
sample_gpu() (chainer.utils.WalkerAlias method)
sample_n() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
sample_xp() (chainer.utils.WalkerAlias method)
save() (chainer.Serializer method)
(chainer.serializers.DictionarySerializer method)
(chainer.serializers.HDF5Serializer method)
save_and_load() (in module chainer.testing)
save_and_load_hdf5() (in module chainer.testing)
save_and_load_npz() (in module chainer.testing)
save_hdf5() (in module chainer.serializers)
save_npz() (in module chainer.serializers)
save_plot_using_module() (chainer.training.extensions.VariableStatisticsPlot method)
scale (chainer.distributions.Laplace attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
Scale (class in chainer.links)
scale() (in module chainer.functions)
scale_tril (chainer.distributions.MultivariateNormal attribute)
scatter() (in module chainermn.functions)
scatter_add() (in module chainer.functions)
scatter_dataset() (in module chainermn)
schedule_func (chainer.configuration.GlobalConfig attribute)
scope() (chainer.Reporter method)
select_item() (in module chainer.functions)
selu() (in module chainer.functions)
send() (chainermn.CommunicatorBase method)
(in module chainermn.functions)
send_obj() (chainermn.CommunicatorBase method)
separate() (in module chainer.functions)
Sequential (class in chainer)
SerialIterator (class in chainer.iterators)
serialize() (chainer.Chain method)
(chainer.ChainList method)
(chainer.DictSummary method)
(chainer.GradientMethod method)
(chainer.Link method)
(chainer.Optimizer method)
(chainer.Sequential method)
(chainer.Summary method)
(chainer.UpdateRule method)
(chainer.dataset.Iterator method)
(chainer.iterators.DaliIterator method)
(chainer.iterators.MultiprocessIterator method)
(chainer.iterators.MultithreadIterator method)
(chainer.iterators.SerialIterator method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
(chainer.training.Extension method)
(chainer.training.Trainer method)
(chainer.training.Updater method)
(chainer.training.extensions.Evaluator method)
(chainer.training.extensions.ExponentialShift method)
(chainer.training.extensions.FailOnNonNumber method)
(chainer.training.extensions.InverseShift method)
(chainer.training.extensions.LinearShift method)
(chainer.training.extensions.LogReport method)
(chainer.training.extensions.MicroAverage method)
(chainer.training.extensions.MultistepShift method)
(chainer.training.extensions.ParameterStatistics method)
(chainer.training.extensions.PlotReport method)
(chainer.training.extensions.PolynomialShift method)
(chainer.training.extensions.PrintReport method)
(chainer.training.extensions.ProgressBar method)
(chainer.training.extensions.StepShift method)
(chainer.training.extensions.VariableStatisticsPlot method)
(chainer.training.extensions.WarmupShift method)
(chainer.training.triggers.BestValueTrigger method)
(chainer.training.triggers.IntervalTrigger method)
(chainer.training.triggers.ManualScheduleTrigger method)
(chainer.training.triggers.MaxValueTrigger method)
(chainer.training.triggers.MinValueTrigger method)
(chainer.training.triggers.TimeTrigger method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
Serializer (class in chainer)
set_creator() (chainer.Parameter method)
(chainer.Variable method)
(chainer.variable.VariableNode method)
set_creator_node() (chainer.Parameter method)
(chainer.Variable method)
(chainer.variable.VariableNode method)
set_dataset_root() (in module chainer.dataset)
set_debug() (in module chainer)
set_loss_scale() (chainer.GradientMethod method)
(chainer.Optimizer method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
set_max_workspace_size() (in module chainer.backends.cuda)
set_state() (chainer.links.GRU method)
(chainer.links.LSTM method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulZoneoutLSTM method)
setup() (chainer.GradientMethod method)
(chainer.Optimizer method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
setup_workers() (chainer.training.updaters.MultiprocessParallelUpdater method)
SGD (class in chainer.optimizers)
shape (chainer.Parameter attribute)
(chainer.Variable attribute)
shift() (in module chainer.functions)
show() (chainer.configuration.GlobalConfig method)
(chainer.configuration.LocalConfig method)
ShuffleOrderSampler (class in chainer.iterators)
sigma (chainer.distributions.LogNormal attribute)
sigmoid() (in module chainer.functions)
sigmoid_cross_entropy() (in module chainer.functions)
sign() (in module chainer.functions)
simplified_dropconnect() (in module chainer.functions)
SimplifiedDropconnect (class in chainer.links)
sin() (in module chainer.functions)
sinh() (in module chainer.functions)
size (chainer.Parameter attribute)
(chainer.Variable attribute)
(chainer.utils.type_check.TypeInfo attribute)
(chainermn.CommunicatorBase attribute)
size() (chainer.utils.type_check.TypeInfoTuple method)
slstm() (in module chainer.functions)
SMORMS3 (class in chainer.optimizers)
snapshot()
(in module chainer.training.extensions)
snapshot_object()
(in module chainer.training.extensions)
softmax() (in module chainer.functions)
softmax_cross_entropy() (in module chainer.functions)
softplus() (in module chainer.functions)
space2depth() (in module chainer.functions)
sparse_matmul() (in module chainer.functions)
spatial_pyramid_pooling_2d() (in module chainer.functions)
spatial_transformer_grid() (in module chainer.functions)
spatial_transformer_sampler() (in module chainer.functions)
split() (chainermn.CommunicatorBase method)
split_axis() (in module chainer.functions)
split_dataset() (in module chainer.datasets)
split_dataset_random() (in module chainer.datasets)
sqrt() (in module chainer.functions)
square() (in module chainer.functions)
squared_difference() (in module chainer.functions)
squared_error() (in module chainer.functions)
squeeze() (in module chainer.functions)
stack (chainer.Function attribute)
(chainer.FunctionAdapter attribute)
(chainer.FunctionNode attribute)
stack() (in module chainer.functions)
StandardUpdater (class in chainer.training.updaters)
start_finetuning() (chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
state (chainer.UpdateRule attribute)
StatefulGRU (class in chainer.links)
StatefulMGU (class in chainer.links)
StatefulPeepholeLSTM (class in chainer.links)
StatefulZoneoutLSTM (class in chainer.links)
StatelessGRU (class in chainer.links)
StatelessLSTM (class in chainer.links)
StatelessMGU (class in chainer.links)
static_graph() (in module chainer)
stddev (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
StepShift (class in chainer.training.extensions)
SubDataset (class in chainer.datasets)
sum() (in module chainer.functions)
sum_to() (in module chainer.functions)
Summary (class in chainer)
summary() (chainer.function_hooks.CupyMemoryProfileHook method)
(chainer.Parameter method)
(chainer.Variable method)
(chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
support (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
survival_function() (chainer.Distribution method)
(chainer.distributions.Bernoulli method)
(chainer.distributions.Beta method)
(chainer.distributions.Categorical method)
(chainer.distributions.Dirichlet method)
(chainer.distributions.Laplace method)
(chainer.distributions.LogNormal method)
(chainer.distributions.MultivariateNormal method)
(chainer.distributions.Normal method)
(chainer.distributions.Uniform method)
swapaxes() (in module chainer.functions)
Swish (class in chainer.links)
swish() (in module chainer.functions)
T
t (chainer.GradientMethod attribute)
(chainer.Optimizer attribute)
(chainer.optimizers.AdaDelta attribute)
(chainer.optimizers.AdaGrad attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.CorrectedMomentumSGD attribute)
(chainer.optimizers.MomentumSGD attribute)
(chainer.optimizers.NesterovAG attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
(chainer.optimizers.SGD attribute)
(chainer.optimizers.SMORMS3 attribute)
T (chainer.Parameter attribute)
(chainer.Variable attribute)
tan() (in module chainer.functions)
tanh() (in module chainer.functions)
target (chainer.GradientMethod attribute)
(chainer.Optimizer attribute)
(chainer.optimizers.AdaDelta attribute)
(chainer.optimizers.AdaGrad attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.CorrectedMomentumSGD attribute)
(chainer.optimizers.MomentumSGD attribute)
(chainer.optimizers.NesterovAG attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
(chainer.optimizers.SGD attribute)
(chainer.optimizers.SMORMS3 attribute)
tensordot() (in module chainer.functions)
TextDataset (class in chainer.datasets)
TheanoFunction (class in chainer.links)
tile() (in module chainer.functions)
TimerHook (class in chainer.function_hooks)
(class in chainer.link_hooks)
TimeTrigger (class in chainer.training.triggers)
timing (chainer.optimizer_hooks.GradientClipping attribute)
(chainer.optimizer_hooks.GradientHardClipping attribute)
(chainer.optimizer_hooks.GradientLARS attribute)
(chainer.optimizer_hooks.GradientNoise attribute)
(chainer.optimizer_hooks.Lasso attribute)
(chainer.optimizer_hooks.WeightDecay attribute)
to_chainerx() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
to_coo() (in module chainer.utils)
to_cpu() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.utils.WalkerAlias method)
(in module chainer.backends.cuda)
to_dense() (chainer.utils.CooMatrix method)
to_device() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.utils.WalkerAlias method)
(in module chainer.dataset)
to_gpu() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
(chainer.utils.WalkerAlias method)
(in module chainer.backends.cuda)
to_intel64() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Parameter method)
(chainer.Sequential method)
(chainer.Variable method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
total_acquired_bytes() (chainer.function_hooks.CupyMemoryProfileHook method)
total_time() (chainer.function_hooks.TimerHook method)
(chainer.link_hooks.TimerHook method)
total_used_bytes() (chainer.function_hooks.CupyMemoryProfileHook method)
train (chainer.configuration.GlobalConfig attribute)
Trainer (class in chainer.training)
TransformDataset (class in chainer.datasets)
transpose() (chainer.Parameter method)
(chainer.Variable method)
(in module chainer.functions)
transpose_sequence() (in module chainer.functions)
tree_lstm() (in module chainer.functions)
trigger (chainer.training.Extension attribute)
(chainer.training.extensions.Evaluator attribute)
(chainer.training.extensions.ExponentialShift attribute)
(chainer.training.extensions.FailOnNonNumber attribute)
(chainer.training.extensions.InverseShift attribute)
(chainer.training.extensions.LinearShift attribute)
(chainer.training.extensions.LogReport attribute)
(chainer.training.extensions.MicroAverage attribute)
(chainer.training.extensions.MultistepShift attribute)
(chainer.training.extensions.ParameterStatistics attribute)
(chainer.training.extensions.PlotReport attribute)
(chainer.training.extensions.PolynomialShift attribute)
(chainer.training.extensions.PrintReport attribute)
(chainer.training.extensions.ProgressBar attribute)
(chainer.training.extensions.StepShift attribute)
(chainer.training.extensions.VariableStatisticsPlot attribute)
(chainer.training.extensions.WarmupShift attribute)
triplet() (in module chainer.functions)
TupleDataset (class in chainer.datasets)
type_check (chainer.configuration.GlobalConfig attribute)
TypeInfo (class in chainer.utils.type_check)
TypeInfoTuple (class in chainer.utils.type_check)
U
unary_math_function_unittest() (in module chainer.testing)
unchain() (chainer.Function method)
(chainer.FunctionAdapter method)
(chainer.FunctionNode method)
(chainer.Parameter method)
(chainer.Variable method)
(chainer.variable.VariableNode method)
unchain_backward() (chainer.Parameter method)
(chainer.Variable method)
Uniform (class in chainer.distributions)
(class in chainer.initializers)
unpooling_1d() (in module chainer.functions)
unpooling_2d() (in module chainer.functions)
unpooling_3d() (in module chainer.functions)
unpooling_nd() (in module chainer.functions)
update() (chainer.GradientMethod method)
(chainer.Optimizer method)
(chainer.Parameter method)
(chainer.UpdateRule method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
(chainer.training.Updater method)
(chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
update_core() (chainer.training.updaters.MultiprocessParallelUpdater method)
(chainer.UpdateRule method)
(chainer.training.updaters.ParallelUpdater method)
(chainer.training.updaters.StandardUpdater method)
update_core_chainerx() (chainer.UpdateRule method)
update_core_cpu() (chainer.UpdateRule method)
update_core_gpu() (chainer.UpdateRule method)
update_enabled (chainer.Chain attribute)
(chainer.ChainList attribute)
(chainer.Link attribute)
(chainer.Sequential attribute)
(chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
(chainer.links.Bias attribute)
(chainer.links.Bilinear attribute)
(chainer.links.BinaryHierarchicalSoftmax attribute)
(chainer.links.BlackOut attribute)
(chainer.links.CRF1d attribute)
(chainer.links.ChildSumTreeLSTM attribute)
(chainer.links.Classifier attribute)
(chainer.links.Convolution1D attribute)
(chainer.links.Convolution2D attribute)
(chainer.links.Convolution3D attribute)
(chainer.links.ConvolutionND attribute)
(chainer.links.Deconvolution1D attribute)
(chainer.links.Deconvolution2D attribute)
(chainer.links.Deconvolution3D attribute)
(chainer.links.DeconvolutionND attribute)
(chainer.links.DeformableConvolution2D attribute)
(chainer.links.DepthwiseConvolution2D attribute)
(chainer.links.DilatedConvolution2D attribute)
(chainer.links.EmbedID attribute)
(chainer.links.GRU attribute)
(chainer.links.GoogLeNet attribute)
(chainer.links.GroupNormalization attribute)
(chainer.links.Highway attribute)
(chainer.links.Inception attribute)
(chainer.links.InceptionBN attribute)
(chainer.links.LSTM attribute)
(chainer.links.LayerNormalization attribute)
(chainer.links.Linear attribute)
(chainer.links.LocalConvolution2D attribute)
(chainer.links.MLPConvolution2D attribute)
(chainer.links.Maxout attribute)
(chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
(chainer.links.NaryTreeLSTM attribute)
(chainer.links.NegativeSampling attribute)
(chainer.links.PReLU attribute)
(chainer.links.Parameter attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.Scale attribute)
(chainer.links.SimplifiedDropconnect attribute)
(chainer.links.StatefulGRU attribute)
(chainer.links.StatefulMGU attribute)
(chainer.links.StatefulPeepholeLSTM attribute)
(chainer.links.StatefulZoneoutLSTM attribute)
(chainer.links.StatelessGRU attribute)
(chainer.links.StatelessLSTM attribute)
(chainer.links.StatelessMGU attribute)
(chainer.links.Swish attribute)
(chainer.links.TheanoFunction attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.caffe.CaffeFunction attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
Updater (class in chainer.training)
UpdateRule (class in chainer)
upsampling_2d() (in module chainer.functions)
use_auto_new_epoch (chainer.GradientMethod attribute)
(chainer.Optimizer attribute)
(chainer.optimizers.AdaDelta attribute)
(chainer.optimizers.AdaGrad attribute)
(chainer.optimizers.Adam attribute)
(chainer.optimizers.CorrectedMomentumSGD attribute)
(chainer.optimizers.MomentumSGD attribute)
(chainer.optimizers.NesterovAG attribute)
(chainer.optimizers.RMSprop attribute)
(chainer.optimizers.RMSpropGraves attribute)
(chainer.optimizers.SGD attribute)
(chainer.optimizers.SMORMS3 attribute)
use_bi_direction (chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
use_cleargrads() (chainer.GradientMethod method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
use_cudnn (chainer.configuration.GlobalConfig attribute)
use_cudnn_tensor_core (chainer.configuration.GlobalConfig attribute)
use_fp32_update() (chainer.GradientMethod method)
(chainer.UpdateRule method)
(chainer.optimizers.AdaDelta method)
(chainer.optimizers.AdaGrad method)
(chainer.optimizers.Adam method)
(chainer.optimizers.CorrectedMomentumSGD method)
(chainer.optimizers.MomentumSGD method)
(chainer.optimizers.NesterovAG method)
(chainer.optimizers.RMSprop method)
(chainer.optimizers.RMSpropGraves method)
(chainer.optimizers.SGD method)
(chainer.optimizers.SMORMS3 method)
use_gpu (chainer.utils.WalkerAlias attribute)
use_ideep (chainer.configuration.GlobalConfig attribute)
using_config() (in module chainer)
V
Variable (class in chainer)
VariableNode (class in chainer.variable)
VariableStatisticsPlot (class in chainer.training.extensions)
variance (chainer.Distribution attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
VGG16Layers (class in chainer.links)
VGG19Layers (class in chainer.links)
vstack() (in module chainer.functions)
W
WalkerAlias (class in chainer.utils)
WarmupShift (class in chainer.training.extensions)
weight_decay_rate (chainer.optimizers.Adam attribute)
WeightDecay (class in chainer.optimizer_hooks)
where() (in module chainer.functions)
with_requires() (in module chainer.testing)
within_init_scope (chainer.Chain attribute)
(chainer.ChainList attribute)
(chainer.Link attribute)
(chainer.Sequential attribute)
(chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
(chainer.links.Bias attribute)
(chainer.links.Bilinear attribute)
(chainer.links.BinaryHierarchicalSoftmax attribute)
(chainer.links.BlackOut attribute)
(chainer.links.CRF1d attribute)
(chainer.links.ChildSumTreeLSTM attribute)
(chainer.links.Classifier attribute)
(chainer.links.Convolution1D attribute)
(chainer.links.Convolution2D attribute)
(chainer.links.Convolution3D attribute)
(chainer.links.ConvolutionND attribute)
(chainer.links.Deconvolution1D attribute)
(chainer.links.Deconvolution2D attribute)
(chainer.links.Deconvolution3D attribute)
(chainer.links.DeconvolutionND attribute)
(chainer.links.DeformableConvolution2D attribute)
(chainer.links.DepthwiseConvolution2D attribute)
(chainer.links.DilatedConvolution2D attribute)
(chainer.links.EmbedID attribute)
(chainer.links.GRU attribute)
(chainer.links.GoogLeNet attribute)
(chainer.links.GroupNormalization attribute)
(chainer.links.Highway attribute)
(chainer.links.Inception attribute)
(chainer.links.InceptionBN attribute)
(chainer.links.LSTM attribute)
(chainer.links.LayerNormalization attribute)
(chainer.links.Linear attribute)
(chainer.links.LocalConvolution2D attribute)
(chainer.links.MLPConvolution2D attribute)
(chainer.links.Maxout attribute)
(chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
(chainer.links.NaryTreeLSTM attribute)
(chainer.links.NegativeSampling attribute)
(chainer.links.PReLU attribute)
(chainer.links.Parameter attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.Scale attribute)
(chainer.links.SimplifiedDropconnect attribute)
(chainer.links.StatefulGRU attribute)
(chainer.links.StatefulMGU attribute)
(chainer.links.StatefulPeepholeLSTM attribute)
(chainer.links.StatefulZoneoutLSTM attribute)
(chainer.links.StatelessGRU attribute)
(chainer.links.StatelessLSTM attribute)
(chainer.links.StatelessMGU attribute)
(chainer.links.Swish attribute)
(chainer.links.TheanoFunction attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.caffe.CaffeFunction attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
write() (chainer.datasets.PickleDatasetWriter method)
X
xp (chainer.Chain attribute)
(chainer.ChainList attribute)
(chainer.Distribution attribute)
(chainer.Link attribute)
(chainer.Parameter attribute)
(chainer.Sequential attribute)
(chainer.Variable attribute)
(chainer.distributions.Bernoulli attribute)
(chainer.distributions.Beta attribute)
(chainer.distributions.Categorical attribute)
(chainer.distributions.Dirichlet attribute)
(chainer.distributions.Laplace attribute)
(chainer.distributions.LogNormal attribute)
(chainer.distributions.MultivariateNormal attribute)
(chainer.distributions.Normal attribute)
(chainer.distributions.Uniform attribute)
(chainer.links.BatchNormalization attribute)
(chainer.links.BatchRenormalization attribute)
(chainer.links.Bias attribute)
(chainer.links.Bilinear attribute)
(chainer.links.BinaryHierarchicalSoftmax attribute)
(chainer.links.BlackOut attribute)
(chainer.links.CRF1d attribute)
(chainer.links.ChildSumTreeLSTM attribute)
(chainer.links.Classifier attribute)
(chainer.links.Convolution1D attribute)
(chainer.links.Convolution2D attribute)
(chainer.links.Convolution3D attribute)
(chainer.links.ConvolutionND attribute)
(chainer.links.Deconvolution1D attribute)
(chainer.links.Deconvolution2D attribute)
(chainer.links.Deconvolution3D attribute)
(chainer.links.DeconvolutionND attribute)
(chainer.links.DeformableConvolution2D attribute)
(chainer.links.DepthwiseConvolution2D attribute)
(chainer.links.DilatedConvolution2D attribute)
(chainer.links.EmbedID attribute)
(chainer.links.GRU attribute)
(chainer.links.GoogLeNet attribute)
(chainer.links.GroupNormalization attribute)
(chainer.links.Highway attribute)
(chainer.links.Inception attribute)
(chainer.links.InceptionBN attribute)
(chainer.links.LSTM attribute)
(chainer.links.LayerNormalization attribute)
(chainer.links.Linear attribute)
(chainer.links.LocalConvolution2D attribute)
(chainer.links.MLPConvolution2D attribute)
(chainer.links.Maxout attribute)
(chainer.links.NStepBiGRU attribute)
(chainer.links.NStepBiLSTM attribute)
(chainer.links.NStepBiRNNReLU attribute)
(chainer.links.NStepBiRNNTanh attribute)
(chainer.links.NStepGRU attribute)
(chainer.links.NStepLSTM attribute)
(chainer.links.NStepRNNReLU attribute)
(chainer.links.NStepRNNTanh attribute)
(chainer.links.NaryTreeLSTM attribute)
(chainer.links.NegativeSampling attribute)
(chainer.links.PReLU attribute)
(chainer.links.Parameter attribute)
(chainer.links.ResNet101Layers attribute)
(chainer.links.ResNet152Layers attribute)
(chainer.links.ResNet50Layers attribute)
(chainer.links.Scale attribute)
(chainer.links.SimplifiedDropconnect attribute)
(chainer.links.StatefulGRU attribute)
(chainer.links.StatefulMGU attribute)
(chainer.links.StatefulPeepholeLSTM attribute)
(chainer.links.StatefulZoneoutLSTM attribute)
(chainer.links.StatelessGRU attribute)
(chainer.links.StatelessLSTM attribute)
(chainer.links.StatelessMGU attribute)
(chainer.links.Swish attribute)
(chainer.links.TheanoFunction attribute)
(chainer.links.VGG16Layers attribute)
(chainer.links.VGG19Layers attribute)
(chainer.links.caffe.CaffeFunction attribute)
(chainer.links.model.vision.resnet.ResNetLayers attribute)
Z
Zero (class in chainer.initializers)
zero_grads() (chainer.links.Bilinear method)
zerograd() (chainer.Parameter method)
(chainer.Variable method)
zerograds() (chainer.Chain method)
(chainer.ChainList method)
(chainer.Link method)
(chainer.Sequential method)
(chainer.links.BatchNormalization method)
(chainer.links.BatchRenormalization method)
(chainer.links.Bias method)
(chainer.links.Bilinear method)
(chainer.links.BinaryHierarchicalSoftmax method)
(chainer.links.BlackOut method)
(chainer.links.CRF1d method)
(chainer.links.ChildSumTreeLSTM method)
(chainer.links.Classifier method)
(chainer.links.Convolution1D method)
(chainer.links.Convolution2D method)
(chainer.links.Convolution3D method)
(chainer.links.ConvolutionND method)
(chainer.links.Deconvolution1D method)
(chainer.links.Deconvolution2D method)
(chainer.links.Deconvolution3D method)
(chainer.links.DeconvolutionND method)
(chainer.links.DeformableConvolution2D method)
(chainer.links.DepthwiseConvolution2D method)
(chainer.links.DilatedConvolution2D method)
(chainer.links.EmbedID method)
(chainer.links.GRU method)
(chainer.links.GoogLeNet method)
(chainer.links.GroupNormalization method)
(chainer.links.Highway method)
(chainer.links.Inception method)
(chainer.links.InceptionBN method)
(chainer.links.LSTM method)
(chainer.links.LayerNormalization method)
(chainer.links.Linear method)
(chainer.links.LocalConvolution2D method)
(chainer.links.MLPConvolution2D method)
(chainer.links.Maxout method)
(chainer.links.NStepBiGRU method)
(chainer.links.NStepBiLSTM method)
(chainer.links.NStepBiRNNReLU method)
(chainer.links.NStepBiRNNTanh method)
(chainer.links.NStepGRU method)
(chainer.links.NStepLSTM method)
(chainer.links.NStepRNNReLU method)
(chainer.links.NStepRNNTanh method)
(chainer.links.NaryTreeLSTM method)
(chainer.links.NegativeSampling method)
(chainer.links.PReLU method)
(chainer.links.Parameter method)
(chainer.links.ResNet101Layers method)
(chainer.links.ResNet152Layers method)
(chainer.links.ResNet50Layers method)
(chainer.links.Scale method)
(chainer.links.SimplifiedDropconnect method)
(chainer.links.StatefulGRU method)
(chainer.links.StatefulMGU method)
(chainer.links.StatefulPeepholeLSTM method)
(chainer.links.StatefulZoneoutLSTM method)
(chainer.links.StatelessGRU method)
(chainer.links.StatelessLSTM method)
(chainer.links.StatelessMGU method)
(chainer.links.Swish method)
(chainer.links.TheanoFunction method)
(chainer.links.VGG16Layers method)
(chainer.links.VGG19Layers method)
(chainer.links.caffe.CaffeFunction method)
(chainer.links.model.vision.resnet.ResNetLayers method)
ZippedImageDataset (class in chainer.datasets)
zoneout() (in module chainer.functions)