To use the deep learning framework "CNTK" I need Python, so I'll install it.
TOP > Downloads > Windows > Python 3.x.x
_ * This time, I downloaded python-3.6.1.exe. _ Since the installer downloaded by the above method is a 32-bit version, For 64bit, python-3.6.1 at the bottom of the page, You need to specify the version you are using from Files and download it.
* Since it is troublesome to pass environment variables later, check the "Add Python 3.6 to PATH" item and click "Install NoW". </ font>
The installation will be completed in 2 to 3 minutes.
After the installation is complete, make sure that the python command path is in place.
You can check the Python version by executing the following command at the command prompt.
$ python --version
Python 3.6.1
This completes the installation of Python.
I was able to install it more easily than I imagined.
Now then, I would like to try CNTK's GET STARTED!
Recommended Posts