Overview feature engineering

Let’s study about overview of feature engineering. I will talk about the shadow color subject...

2 minute read

Decision Tree (Reference ML KAIST)

Before dividing into Decision Tree, what is machine learning? A computer program is said that...

4 minute read

Necessary command for anaconda

Real necessary command for conda conda create –name(-n) test python=3.6 conda info –envs activate, deactivate...

2 minute read

Data extraction with urllib

Data extraction with urllib import os import sys import urllib.request as ur Set image url...

9 minute read

All about jupyter notebook

Useful command in jupyter notebook %command : run one line in selected cell %%command :...

1 minute read

mnist_mlp with Tensorflow

github : mnist_mlp with Tensorflow Code mlp with mnist dataset with Tensorflow import tensorflow as...

4 minute read