Environment Setting
conda create -n tflearn python=3.5
source activate tflearn
activate tflearnInstalling basic library
conda install numpy pandas jupyter notebook matplotlibInstalling TFLearn and its dependencies
conda install scipy h5py
pip install tensorflow
pip install TFLearn