Some practice exercises from Udacity Deep Learning nanodegree using tflearn library.
conda create -n tflearn python=3.5
source activate tflearn
conda install numpy pandas jupyter notebook matplotlib
conda install scipy h5py
pip install tensorflow
pip install TFLearn