Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 573 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 573 Bytes

ML-tutorial

setup

python3 -m venv ~/.virtualenvs/ml
pip install --upgrade pip
pip install gensim
pip install graphviz
pip install h5py
pip install hyperopt
pip install jieba
pip install joblib
pip install jupyter
pip install keras
pip install matplotlib
pip install networkx==1.11 # for hyperopt
pip install nltk
pip install numpy
pip install pandas
pip install pydotplus
pip install scipy
pip install sklearn
pip install tensorflow
pip install termcolor
pip install tqdm
pip install xgboost

brew install graphviz

run

jupyter notebook --ip=[ip]