Skip to content
dminh edited this page Jul 30, 2019 · 90 revisions

General

ML Issues

DL Techniques

NLP

Time series

Feature engineering

Adversarial example

Book

Parallel Computing

Auto-tuning

Tensorflow

Keras

Install GPU

Bot

Datasets

Visualization

Google cloud

Running jupyter notebook on cloud VM instance

Connecting to Linux instances

Download directories/files from google cloud storage

  • gsutil -m cp -r gs://[BUCKET_NAME]/PATH/ DESTINATION/

GIT

Imbalance

General Experience

Install python packages

  • Find the missing packages
  • Using python -c 'import <package>' to check whether the package is installed
  • pip install boto==2.47.0 gensim==2.2.0 google-compute-engine==2.4.0
  • conda install gensim

Install graphviz

  • pip install graphviz pydot-ng
  • sudo apt-get install graphviz
  • sudo apt-get install -f

Install jupyterlab

  • pip install jupyter lab
  • jupyter serverextension enable --py jupyterlab --sys-prefix

Choose env on jupyter with conda

  • conda install nb_conda

Algorithms for Categorical Data

Statistics

Relative risk:

Others