Basic Example For ML Tutorial
Prerequsites:
Linux Platform : Ubuntu 16.04
Programming Language : Python
Software: Python v3.6 TensorFlow Anaconda3 for Jupyter Notebook
Installing software:
-
Download anaconda from https://www.continuum.io/downloads
bash Anaconda3-4.4.0-Linux-x86_64.sh // Downloaded fileName
-
Add this in .bashrc file export PATH=~/anaconda3/bin:$PATH
-
conda create -n tensorflow
-
source activate tensorflow
-
Find latestWheel for tensorFlow from
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp36-cp36m-linux_x86_64.whl
Find latestWheel for tensorFlow from https://www.tensorflow.org/install/install_linux#InstallingAnaconda