May 2020
Intermediate to advanced
404 pages
10h 52m
English
The CNTK framework supports both 64-bit and 32-bit architecture machines. However, it only supports Python versions up to version 3.6, at the time of writing this book. You can verify the latest supported versions at https://pypi.org/project/cntk/. Furthermore, CNTK is not available as a built binary on macOS, currently.
To install the framework, you can either use the pip package manager or install it using compiled binaries on Anaconda. Assuming a Python environment is set up, you can use the following commands to install CNTK on both Windows and Linux:
# For CPU versionpip install cntk
# For the GPU ...Read now
Unlock full access