Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 241 Bytes

Deep Learning Environment:

conda create -n tensorflow python=3.5
source activate tensorflow
conda install -c conda-forge tensorflow
conda install jupyter
conda install theano
conda install h5py
pip install keras
jupyter notebook &