TensorFlow machine learning installation and configuration

1. Install Anaconda3 (including python3.5.2 environment)
Anaconda is an integrated python environment that inherits many third-party libraries for python scientific computing, and is often used when using TensorFlow. The advantage is that one-click installation is very convenient. The version used below is Anaconda3-4.2.0-Windows-x86_64.exe (the reason for using this version is that the python environment that comes with it is version 3.5.2 required to install TensorFlow, which is very important!). The official website download address is: https://www.continuum.io/downloads/ . It will contain the required python environment. (Note that the python here needs to be 3.5.2)
If you feel that you can't find it, please use the Tsinghua mirror site: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
write picture description here
2. Update pip
and enter cmd, enter The command pip install –upgrade pip. to update. (Sometimes you can also install and use TensorFlow by skipping this step)
write picture description here
3. Install TensorFlow
, enter cmd, and enter pip install tensorflow to install it. Since I already have it installed, it says Installed.
write picture description here
Then enter ipython and introduce TensorFlow. If it runs successfully, the installation is complete.
write picture description here
Running result: The
write picture description here
above is the process of installing and configuring TensorFlow under windows10.
Tutorial 2: http://blog.csdn.net/qq_32447301/article/details/79485374
I will continue to write my thoughts and experiences

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325770949&siteId=291194637