-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Setup CNTK on your machine
The Microsoft Cognitive Toolkit (CNTK) supports both 64-bit Windows and 64-bit Linux platforms.
You can install the complete source code of CNTK and build the binaries on your machine, but we also provide regular binary drops of the CNTK executables, including sample data and sample models.
If you just want to download and install the latest precompiled binaries to your machine, follow the instructions here:
Windows | Linux |
---|---|
Script-driven installation | Script-driven installation |
Manual Installation | Manual Installation |
Docker Installation |
If you want to take a look at the CNTK source code, compile CNTK yourself, make changes to the CNTK codebase, and contribute these changes back to the community, these are the pages for you:
Windows | Linux |
---|---|
Manual development Environment Setup | Manual Development Environment Setup |
Script-driven development setup | |
Migration from VS13 to VS15 |
You may use CNTK via Microsoft Azure Virtual Machine offering (Windows and Linux) or install it as a Docker container (Linux). See the corresponding sections:
If you want to learn more about CNTK usage and how to execute the provided samples, you find more information on the following pages