Skip to content

Instantly share code, notes, and snippets.

View arnaldog12's full-sized avatar
🤖
Training models...

Arnaldo Gualberto arnaldog12

🤖
Training models...
View GitHub Profile
@arnaldog12
arnaldog12 / environment.sh
Last active August 2, 2018 17:32 — forked from DiogoDantas/environment.sh
Manual Pratico de Deep Learning
echo "#################### create environment ####################"
conda create -n bootcamp python=3.6.5 numpy=1.14.3 pandas=0.23.0 matplotlib=2.2.2 scikit-learn=0.19.1 jupyter=1.0.0
source activate bootcamp
jupyter nbextension enable --py widgetsnbextension --sys-prefix
jupyter notebook