Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 302 Bytes

File metadata and controls

13 lines (11 loc) · 302 Bytes

Deep Learning

Some practice exercises from Udacity Deep Learning nanodegree using tflearn library.

Setup

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