| .. Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| Gluon related modules |
| ====================== |
| |
| .. container:: cards |
| |
| .. card:: |
| :title: mxnet.autograd |
| :link: mxnet.autograd.html |
| |
| Functions for Automatic differentiation. |
| |
| .. card:: |
| :title: mxnet.image |
| :link: mxnet.image.html |
| |
| Image iterators and image augmentation functions. |
| |
| .. card:: |
| :title: mxnet.io |
| :link: mxnet.io.html |
| |
| Data iterators for common data formats and utility functions. |
| |
| .. card:: |
| :title: mxnet.recordio |
| :link: mxnet.recordio.html |
| |
| Read and write for the RecordIO data format. |
| |
| .. card:: |
| :title: mxnet.kvstore |
| :link: mxnet.kvstore.KVStore.html |
| |
| Key value store interface of MXNet for parameter synchronization. |
| |
| .. card:: |
| :title: mxnet.optimizer |
| :link: mxnet.optimizer.html |
| |
| Functions for applying an optimizer on weights. |
| |
| .. card:: |
| :title: mxnet.random |
| :link: mxnet.random.html |
| |
| Imperative random distribution generator functions. |
| |
| .. card:: |
| :title: mxnet.profiler |
| :link: mxnet.profiler.html |
| |
| Profiler setting methods. |
| |
| .. card:: |
| :title: mxnet.context |
| :link: mxnet.context.html |
| |
| CPU and GPU context information. |
| |
| .. card:: |
| :title: mxnet.initializer |
| :link: mxnet.initializer.html |
| |
| Default behaviors to initialize parameters. |
| |
| .. card:: |
| :title: mxnet.lr_scheduler |
| :link: mxnet.lr_scheduler.html |
| |
| Scheduling the learning rate. |
| |
| .. card:: |
| :title: mxnet.metric |
| :link: mxnet.metric.html |
| |
| Metrics to evaluate the performance of a learned model. |
| |
| |
| |
| .. toctree:: |
| :hidden: |
| |
| mxnet.autograd |
| mxnet.image |
| mxnet.io |
| mxnet.recordio |
| mxnet.kvstore |
| mxnet.optimizer |
| mxnet.random |
| mxnet.profiler |
| mxnet.context |
| mxnet.initializer |
| mxnet.lr_scheduler |
| mxnet.metric |