Skip to content

YunjeongLee/tensorflow-tutorial

 
 

Repository files navigation

tensorflow-tutorial

Installation on Windows

  1. Download Winpython 3.5.2 64bit
  2. Install Winpython 3.5.2 : Install Direectory : C:\WinPython-64bit-3.5.2.3Qt5
  3. File Explorer - This PC - Property - Advanced system settings - Environment Variables
  4. Append the followings to PATH
    • C:\WinPython-64bit-3.5.2.3Qt5\python-3.5.2.amd64
    • C:\WinPython-64bit-3.5.2.3Qt5\python-3.5.2.amd64\Scripts
  5. Reboot
  6. Windows Key + R -> powershell -> Enter
  7. python --version
  8. pip --version
  9. pip install tensorflow
  10. Done

Mac OS X

  1. Open Terminal
  2. sudo easy_install pip
  3. sudo easy_install --upgrade six
  4. pip install tensorflow

About

tensorflow tutorial for beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.4%
  • Python 22.6%