Installing TensorFlow
The following guides explain how to install a version of TensorFlow that enables you to write applications in Python:
- Installing TensorFlow on Ubuntu
- Installing TensorFlow on Mac OS X
- Installing TensorFlow on Windows
- Installing TensorFlow from Sources
Many aspects of the Python TensorFlow API changed from version 0.n to 1.0. The following guide explains how to migrate older TensorFlow applications to Version 1.0:
The following guides explain how to install TensorFlow libraries for use in other programming languages. These APIs are aimed at deploying TensorFlow models in applications and are not as extensive as the Python APIs.