Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Перейти к файлу
Eldar Akchurin 27ee43a782 First version of base64 deserializer 2017-01-02 11:35:39 -08:00
Dependencies/CNTKCustomMKL Normalize line endings 2016-10-27 12:46:02 +02:00
Documentation Revert some changes back (related to Gaussian and uniform initializer). Will create separate branch for that. 2016-11-22 10:50:05 -08:00
Examples Integrate nikosk/highlight into master 2016-12-22 17:28:57 -08:00
Scripts Bump version 2016-12-22 10:52:53 +01:00
Source First version of base64 deserializer 2017-01-02 11:35:39 -08:00
Tests First version of base64 deserializer 2017-01-02 11:35:39 -08:00
Tools Add MPI version to CNTK informational message 2016-12-30 12:01:07 -08:00
Tutorials Fix git hub rendering of CNTK 204 notebook 2017-01-02 11:35:39 -08:00
bindings incorporated CR feedback 2016-12-28 16:59:53 -08:00
.clang-format Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
.gitattributes Final update for CNTK Binary Reader. 2016-12-01 10:31:10 -08:00
.gitignore update .gitignore file 2016-12-08 22:41:32 +01:00
.gitmodules init the multiverso testing branch 2016-09-18 02:13:38 -07:00
CNTK.Cpp.props Performance profiler 2016-12-29 19:35:52 +01:00
CNTK.sln Performance profiler 2016-12-29 19:35:52 +01:00
CONTRIBUTING.md Added CONTRIBUTING.md to the root directory 2016-02-17 13:14:44 +01:00
CppCntk.vssettings Update CppCntk.vssettings (wolfma) 2016-01-22 10:08:52 +01:00
LICENSE.md CNTK custom MKL support 2016-06-14 17:39:24 +02:00
Makefile First version of base64 deserializer 2017-01-02 11:35:39 -08:00
README.md Fixed double content in mainNews 2016-12-23 14:56:17 +01:00
configure Align randomization across platforms 2016-12-21 17:31:22 +01:00

README.md

The CNTK Wiki has all information on CNTK including setup, examples, etc.

Latest news

2016-12-22. V 2.0 Beta 7 Release
Highlights of this Release:

See more in the Release Notes
Get the Release from the CNTK Releases page

2016-12-13. V 2.0 Beta 6 Release
Highlights of this Release:

See more in the Release Notes
Get the Release from the CNTK Releases page

2016-11-25. V 2.0 Beta 5 Release
Highlights of this Release:

  • The Windows binary packages are now created using the NVIDIA CUDA 8 toolkit, see the release notes for details. The CNTK-Linux binary packages are still built with CUDA 7.5. The Linux support for Cuda8 will follow shortly!
  • Performance enhancements for evaluation of bitmap images through the new EvaluateRgbImage function in the managed Eval API.
  • A new version of the CNTK Nuget package is available.
  • Stability Improvements and bug fixes, i.e. decreased memory footprint in CNTK Text Format deserializer.
  • We continue to improve documentation and tutorials on an ongoing basis, in this release we added a Sequence-to-Sequence tutorial.

See more in the Release Notes
Get the Release from the CNTK Releases page

2016-11-21. V 2.0 Beta 4 Release
Highlights of this Release:

  • New ASGD/Hogwild! training using Microsofts Parameter Server (Project Multiverso)
  • Distributed Scenarios now supported in CNTK Python API
  • New Memory Compression mode to reduce memory usage on GPU
  • CNTK Docker image with 1bit-SGD support
  • Stability Improvements and bug fixes

See more in the Release Notes
Get the Release from the CNTK Releases page

2016-11-11. V 2.0 Beta 3 Release
Highlights of this Release:

  • Integration with NVIDIA NCCL. Works with Linux when building CNTK from sources. See here how to enable
  • The first V.2.0 Prerelease Nuget Package for CNTK Evaluation library
  • Stability Improvements and bug fixes

See more in the Release Notes
Get the Release from the CNTK Releases page

See all news.

What is The Microsoft Cognitive Toolkit

The Microsoft Cognitive Toolkit (https://www.cntk.ai/), is a unified deep-learning toolkit that describes neural networks as a series of computational steps via a directed graph. In this directed graph, leaf nodes represent input values or network parameters, while other nodes represent matrix operations upon their inputs. CNTK allows to easily realize and combine popular model types such as feed-forward DNNs, convolutional nets (CNNs), and recurrent networks (RNNs/LSTMs). It implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. CNTK has been available under an open-source license since April 2015. It is our hope that the community will take advantage of CNTK to share ideas more quickly through the exchange of open source working code.

Wiki: Go to the CNTK Wiki for all information on CNTK including setup, examples, etc.

License: See LICENSE.md in the root of this repository for the full license information.

Tutorial: Microsoft Computational Network Toolkit (CNTK) @ NIPS 2015 Workshops

Blogs:

Performance

The figure below compares processing speed (frames processed per second) of CNTK to that of four other well-known toolkits. The configuration uses a fully connected 4-layer neural network (see our benchmark scripts) and an effective mini batch size (8192). All results were obtained on the same hardware with the respective latest public software versions as of Dec 3, 2015.

Performance chart

Citation

If you used this toolkit or part of it to do your research, please cite the work as:

Amit Agarwal, Eldar Akchurin, Chris Basoglu, Guoguo Chen, Scott Cyphers, Jasha Droppo, Adam Eversole, Brian Guenter, Mark Hillebrand, T. Ryan Hoens, Xuedong Huang, Zhiheng Huang, Vladimir Ivanov, Alexey Kamenev, Philipp Kranen, Oleksii Kuchaiev, Wolfgang Manousek, Avner May, Bhaskar Mitra, Olivier Nano, Gaizka Navarro, Alexey Orlov, Hari Parthasarathi, Baolin Peng, Marko Radmilac, Alexey Reznichenko, Frank Seide, Michael L. Seltzer, Malcolm Slaney, Andreas Stolcke, Huaming Wang, Yongqiang Wang, Kaisheng Yao, Dong Yu, Yu Zhang, Geoffrey Zweig (in alphabetical order), "An Introduction to Computational Networks and the Computational Network Toolkit", Microsoft Technical Report MSR-TR-2014-112, 2014.

Disclaimer

CNTK is in active use at Microsoft and constantly evolving. There will be bugs.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.