Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
Перейти к файлу
Yuqing Tang 26fa020ed2 Squashed commit of the following:
Updated the manual on how to use learners to explain the new Learner APIs for release 2.2.
2017-09-14 16:23:44 -07:00
Dependencies/CNTKCustomMKL
Documentation Update release notes. 2017-09-14 15:19:14 -07:00
Examples Minor updates to FastRCNN readme files. 2017-09-13 13:34:20 -07:00
Manual Squashed commit of the following: 2017-09-14 16:23:44 -07:00
PretrainedModels enabling native proposal layer and dlib selective search 2017-08-30 17:12:35 +02:00
Scripts Scripts/install/linux/install-cntk.sh: install libtiff5 2017-09-12 12:17:45 +02:00
Source Squashed commit of the following: 2017-09-14 13:01:55 -07:00
Tests Squashed commit of the following: 2017-09-14 13:01:55 -07:00
Tools Add PretrainedModels to windows/linux/examples drops 2017-09-11 12:51:47 -07:00
Tutorials Attention overhaul 2017-09-11 19:43:46 -07:00
bindings Squashed commit of the following: 2017-09-14 13:01:55 -07:00
.clang-format
.gitattributes enabling native proposal layer and dlib selective search 2017-08-30 17:12:35 +02:00
.gitignore enabling native proposal layer and dlib selective search 2017-08-30 17:12:35 +02:00
.gitmodules
CNTK.Common.props Bump version numbers 2017-07-31 17:55:45 +02:00
CNTK.Cpp.props Fix VS project loading for CUDA projects 2017-08-10 09:52:57 +02:00
CNTK.sln Removing vestigial references to install_fastrcnn.py. 2017-09-11 12:03:46 -07:00
CONTRIBUTING.md
CppCntk.vssettings
LICENSE.md Update LICENSE.md 2017-09-13 14:58:56 -07:00
Makefile Squashed commit of the following: 2017-09-05 21:31:31 -07:00
README.md Add link to pre-trained models. 2017-08-16 20:32:52 -07:00
configure

README.md

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

Latest news

2017-08-04. CNTK August interation plan posted here.

2017-07-31. CNTK 2.1
Release of Cognitive Toolkit v.2.1.

Highlights:

  • cuDNN 6.0 integration
  • Support of Universal Windows Platform (UWP)
  • Improvements in backend for Keras
  • Performance improvements
  • New manuals, tutorials and examples
  • Multiple bug fixes

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

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

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

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.