TFLearn

Jul 21, 2017


Environment Setting

conda create -n tflearn python=3.5
source activate tflearn
activate tflearn


Installing basic library

conda install numpy pandas jupyter notebook matplotlib


Installing TFLearn and its dependencies

conda install scipy h5py
pip install tensorflow
pip install TFLearn

Source Code Link