TensorFlow Introduction It is an open source library for machine learning. It was developed at Google by Google brain team. For more info regarding Tensorflow check the Wikipedia entry . Getting Started with Installation Referring to GitHub link and choosing the virtual environment Installation Procedure. Following this link here for installation procedure of Tensorflow library CPU version. We can choose any version listed along with CPU/GPU version. After activating the python virtual environment as listed on installation manual console of our environment will be changed like this as in the picture below. Console window changed with (tensorflow) at beginning. After this steps below, export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl pip install --upgrade $TF_BINARY_URL Faced a problem during installation with this message in console. tensorflow-0.11.0-cp2...
This blog is the part of my day to day learning. the only way to improve the efficiency of a programmer is by writing, Writing playing with codes and errors. I write about Software Engineering, Machine learning, Artificial intelligence & Data Structure and algorithms and for language like python, Ruby, Django and rails