linzai1992 / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit

Home Page:https://docs.microsoft.com/cognitive-toolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Latest news

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.

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.

About

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit

https://docs.microsoft.com/cognitive-toolkit/

License:Other


Languages

Language:C++ 55.4%Language:Jupyter Notebook 26.3%Language:Python 10.7%Language:Cuda 4.4%Language:Shell 1.0%Language:PowerShell 0.8%Language:C# 0.4%Language:Makefile 0.4%Language:Batchfile 0.2%Language:C 0.1%Language:Protocol Buffer 0.1%Language:Perl 0.1%Language:Objective-C 0.0%Language:Java 0.0%Language:MATLAB 0.0%Language:HTML 0.0%Language:Awk 0.0%