Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Перейти к файлу
Mark Hillebrand dd74af7e7e Bump version numbers 2017-07-31 17:55:45 +02:00
Dependencies/CNTKCustomMKL updating links to old wiki - referencing now the doc site 2017-06-07 15:55:34 +02:00
Documentation Fix typos 2017-06-23 16:44:56 +09:00
Examples Bump version numbers 2017-07-31 17:55:45 +02:00
Manual Bump version numbers 2017-07-31 17:55:45 +02:00
Scripts proper loss normalization, roi pooling backprop only for index zero in ConvolutionalNodes.h 2017-07-26 22:58:46 +02:00
Source Bump version numbers 2017-07-31 17:55:45 +02:00
Tests Bump version numbers 2017-07-31 17:55:45 +02:00
Tools proper loss normalization, roi pooling backprop only for index zero in ConvolutionalNodes.h 2017-07-26 22:58:46 +02:00
Tutorials Bump version numbers 2017-07-31 17:55:45 +02:00
bindings Bump version numbers 2017-07-31 17:55:45 +02:00
.clang-format Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
.gitattributes crosstalkcaffe: convert caffe model to CNTK model 2017-07-26 12:48:55 +02:00
.gitignore UWP support for CNTK 2017-07-25 18:59:01 +02:00
.gitmodules GitHub Repo as 1bit SGD Repo 2017-01-19 20:10:35 +01:00
CNTK.Common.props Bump version numbers 2017-07-31 17:55:45 +02:00
CNTK.Cpp.props Adjust tests and project settigns for UWP 2017-07-25 18:59:01 +02:00
CNTK.sln UWP support for CNTK 2017-07-25 18:59:01 +02:00
CONTRIBUTING.md updating links to old wiki - referencing now the doc site 2017-06-07 15:55:34 +02: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 Bump version numbers 2017-07-31 17:55:45 +02:00
README.md Update README.md 2017-07-26 01:15:31 -07:00
configure Tools/devInstall/Linux/install-swig.sh: added 2017-07-07 13:16:12 +02:00

README.md

Join the chat at https://gitter.im/Microsoft/CNTK

Latest news

2017-07-26. Slides for CNTK tutorial at CVPR 2017 has been posted here.

2017-07-07. CNTK July interation plan posted here.

2017-06-26. A great class for getting started with both Deep Learning and CNTK, Deep Learning Explained is now available on edX.

2017-06-01. CNTK 2.0 is released. The first production release of Cognitive Toolkit v.2. See more in the Release Notes, and get the Release from the CNTK Releases page.

See all news

Introduction

The Microsoft Cognitive Toolkit (https://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.

Installation

Learning CNTK

You may learn more about CNTK with the following resources:

More information

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.