Jump to content

Apache MXNet

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jasmeetsb (talk | contribs) at 06:48, 8 December 2016 (Initial creation of MXNet.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


MXNet
Developer(s)Distributed (Deep) Machine Learning Community
Repository
Operating systemWindows, Linux
TypeLibrary for machine learning and deep learning
LicenseApache 2.0
WebsiteMXNET.IO[1]

MXNet is an open-source deep learning framework that allows you to define, train, and deploy deep neural networks. It is scalable, allowing for fast model training, and supports a flexible programming model and multiple languages(C++, Python, Julia, Matlab, JavaScript, Go, R, Scala). MXNet allows you to mix symbolic and imperative programming. MXNet is built on a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. The MXNet library is portable and lightweight, and it can scale to multiple GPUs and multiple machines.

References

  1. ^ [1]

See also