blob: 9b0e741a18a922b6cd24cb4dd4c7e937bfcb809c [file] [log] [blame]
MXNet API for R
======================
This section contains documentation for the R version of MXNet.
To instead view documentation directly in your R console, enter:
.. code:: r
library(mxnet); help(mxnet)
and then click on ``Index`` in the Help window that appears.
.. toctree::
:maxdepth: 2
NDArray <ndarray>
Symbol <symbol>
IO <io>
Context <context>
Model <model>
Metric <metric>
Optimization <optimization>
Random Sampling <random>
Monitoring <monitoring>
Advanced <advanced>
Complete Library <allfunctions>