Metadata-Version: 2.1
Name: mxnet
Version: 1.2.1.post1
Summary: MXNet is an ultra-scalable deep learning framework. This version uses openblas.
Home-page: https://github.com/apache/incubator-mxnet
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Other
Classifier: Programming Language :: Perl
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (<1.15.0,>=1.8.2)
Requires-Dist: requests (<2.19.0,>=2.18.4)
Requires-Dist: graphviz (<0.9.0,>=0.8.1)

MXNet Python Package
====================

`MXNet <http://mxnet.io>`__ is a deep learning framework designed for
both *efficiency* and *flexibility*. It allows you to mix the flavours
of deep learning programs together to maximize the efficiency and your
productivity.

For feature requests on the PyPI package, suggestions, and issue
reports, `click
here <https://github.com/apache/incubator-mxnet/issues/8671>`__.

Prerequisites
-------------

This package supports Linux, Mac OSX, and Windows platforms. You may
also want to check: -
`mxnet-cu92 <https://pypi.python.org/pypi/mxnet-cu92/>`__ with CUDA-9.2
support. -
`mxnet-cu92mkl <https://pypi.python.org/pypi/mxnet-cu92mkl/>`__ with
CUDA-9.2 support and MKLDNN support. -
`mxnet-cu91 <https://pypi.python.org/pypi/mxnet-cu91/>`__ with CUDA-9.1
support. -
`mxnet-cu91mkl <https://pypi.python.org/pypi/mxnet-cu91mkl/>`__ with
CUDA-9.1 support and MKLDNN support. -
`mxnet-cu90 <https://pypi.python.org/pypi/mxnet-cu90/>`__ with CUDA-9.0
support. -
`mxnet-cu90mkl <https://pypi.python.org/pypi/mxnet-cu90mkl/>`__ with
CUDA-9.0 support and MKLDNN support. -
`mxnet-cu80 <https://pypi.python.org/pypi/mxnet-cu80/>`__ with CUDA-8.0
support. -
`mxnet-cu80mkl <https://pypi.python.org/pypi/mxnet-cu80mkl/>`__ with
CUDA-8.0 support and MKLDNN support. -
`mxnet-cu75 <https://pypi.python.org/pypi/mxnet-cu75/>`__ with CUDA-7.5
support. -
`mxnet-cu75mkl <https://pypi.python.org/pypi/mxnet-cu75mkl/>`__ with
CUDA-7.5 support and MKLDNN support. -
`mxnet-mkl <https://pypi.python.org/pypi/mxnet-mkl/>`__ with MKLDNN
support.

To install for other platforms (e.g. Windows, Raspberry Pi/ARM) or other
versions, check `Installing
MXNet <https://mxnet.incubator.apache.org/versions/master/install/index.html>`__
for instructions on building from source.

Installation
------------

To install, use:

.. code:: bash

   pip install mxnet


