Skip to content

CNTK Binary Download and Configuration

sayanpa edited this page Oct 31, 2016 · 47 revisions

Microsoft Cognitive Toolkit (CNTK) supports both Windows and Linux 64bit platforms.

We only build release versions after milestones. We encourage users to enlist the source code to get most updated features and bug fixes, and to contribute back to the toolkit community.

You can also install CNTK in one of the following ways:

[Note: The CNTK new Python and C++ APIs are a Beta release for users to try and provide feedback on the usability and functional aspects of the API. CNTK executable with BrainScript support is in production]

Language Support:

CNTK can act as a library and provides Python and C++ APIs. Additionally, CNTK can be used as a standalone executable with BrainScript. When CNTK is used a library, these APIs enable programmatically defining CNTK models and drive their training/evaluation, using either built-in data readers or user supplied data in native Python numpy/C++ arrays.

  • Python:
    • CNTK with Python APIs is supported for Python 3.4 for Windows and Linux. For both platforms one can create a 3.4.4 Python environment within any Anaconda (Python 2.7 or 3.x version).
  • Brainscript:
    • CNTK also supports the BrainScript framework.
Clone this wiki locally