Skip to content

ravishan16/TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow

Tensorflow Notebooks

Installing TensorFLow ( Anaconda) - CPU Only Version

conda create -n tensorflow python=3.5 
activate tensorflow

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl

Installing Jupyter Notebook

conda install -c anaconda jupyter

Start Jupyter Notebook

jupyter notebook --port 9999