JupyerLapb

tensorFlowでRegressionのメモ

ipynbメモ

tensorflow用のpython環境をjupyterLabで使う

python2系/3系が入っているとする anaconda-navigatorも動いているとする TensorFlowで遊ぶためのenvironmentを作ることにする(参考) conda create -n tensorflow pip python=2.7 # or python=3.3, etc. source activate tensorflow promptが (tensorflow)$ …