4380 Forks
17397 Stars
17397 Watchers

CNTK

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

How to download and setup CNTK

Open terminal and run command
git clone https://github.com/microsoft/CNTK.git
git clone is used to create a copy or clone of CNTK repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CNTK https://github.com/microsoft/CNTK/archive/master.zip

Or simply clone CNTK with SSH
[email protected]:microsoft/CNTK.git

If you have some problems with CNTK

You may open issue on CNTK support forum (system) here: https://github.com/microsoft/CNTK/issues