장고 쉘(Django shell)
What is django shell? It’s kind of python shell which has django project setting python...
2018, Sep 16 — 4 minute readWhat is django shell? It’s kind of python shell which has django project setting python...
2018, Sep 16 — 4 minute readMathematics for machine learning 전체 글 목록은 링크를 참조하시기 바랍니다. 목차 Inner Product Cosine &...
2018, Sep 15 — 3 minute readLet’s study about overview of feature engineering. I will talk about the shadow color subject...
2018, Sep 15 — 2 minute readThis chapter (Deep learning for computer vision) covers Understanding convolutional neural networks (convnets) Using data...
2018, Sep 06 — 14 minute readBefore dividing into Decision Tree, what is machine learning? A computer program is said that...
2018, Aug 28 — 4 minute readlikelihood : A probability of happening possibility of an event. Let’s start with Bernoulli distribution...
2018, Aug 26 — 1 minute read이번 글에서 다루어 볼 논문은 FCN으로 유명한 Fully Convolutional Networks for Semantic Segmentation 입니다. 목차...
2018, Aug 21 — 22 minute readReal necessary command for conda conda create –name(-n) test python=3.6 conda info –envs activate, deactivate...
2018, Aug 19 — 2 minute readData extraction with urllib import os import sys import urllib.request as ur Set image url...
2018, Aug 14 — 9 minute readUseful command in jupyter notebook %command : run one line in selected cell %%command :...
2018, Aug 12 — 1 minute read