Installing TensorFlow

For this example, we are going to need TensorFlow. The TensorFlow framework is defined in the original documentation at https://www.tensorflow.org/tutorials/:

"TensorFlow is an open-source machine learning library for research and production."

To install TensorFlow, open a command line on your computer and type in the following command:

cd C:PythonPython36Scripts (or the folder where Python is installed)
pip install tensorflow

We are going to have to wait a few minutes since this framework has a lot of sub components and dependencies.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset