Skip to content

mbilab/ML-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published