1. Installing the PYTHON3.0 Series version (Windows)
1) Download: Install 3.5.0 in this website (: https://www.python.org/downloads/release/python-350/)
Installation
2) Add environment variables: Add python's installation location to "Path":
Verify that Python is installed successfully and enter Python in cmd to verify:
2. Installing TensorFlow
1) First install PIP: Switch to the script directory under the newly installed Python directory:
Easy_install.exe pip
Add the PIP to the environment variable (same as above) and use Pip to install the package that you might want to use later:
Pip install numpy scipy matplotlib ipython==5.3. 0 Jupyter Pandas sympy nosepip install Scikit-learnpip3 install tensorflow= =1.5. 0
Note that the 1.5 version of TensorFlow and the 5.3 version of Ipython are installed (fewer versions of Windows support)
3. Configure Jupyter, save and run Python code with Jupyter
Run under the Python installation path:
Will jump to the default browser, you can operate their own code inside (do not know why I encountered some browsers do not support the situation, Google Browser is possible)
For the first time, you will be prompted to enter token, or you can choose to set a password yourself.
Next is to follow Wunda teacher continue to study! Deep learning Beginner, Welcome to add QQ729608240 AC
Win7 to build a deep learning environment under pure environment: Python+tensorflow+jupyter