Tensor Flow Installation

Installation

How to install the new package in Python

pip install <package-name>

Example

pip install requests

How to install tensorflow?

sudo pip install
https://storage.googleapis.com/tensorflow/linux/$device/tensorflow-0.8.0-$python_version-none-linux_x86_64.whl
sudo pip install

How to install Skflow

pip install sklearn

How to install Keras

pip install keras

Leave a Reply

Your email address will not be published. Required fields are marked *