Jump to content

Microsoft Cognitive Toolkit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jasmeetsb (talk | contribs) at 07:22, 7 December 2016 (Initial creation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
The Microsoft Cognitive Toolkit
Developer(s)Distributed (Deep) Machine Learning Community
Initial release25 Jan 2016
Repository
Written inC++
Operating systemWindows, Linux
TypeLibrary for machine learning and deep learning
LicenseMIT[1]
Websitewww.microsoft.com/en-us/research/product/cognitive-toolkit/

MXNet is an open-source deep learning framework that allows you to define, train, and deploy deep neural networks on a wide array of devices, from cloud infrastructure to mobile devices. It is highly scalable, allowing for fast model training, and supports a flexible programming model and multiple languages. MXNet allows you to mix symbolic and imperative programming flavors to maximize both efficiency and productivity. 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 scales to multiple GPUs and multiple machines.

References

See also