5-1. Deep learning for computer vision, Introduction to convnets
This chapter (Deep learning for computer vision) covers Understanding convolutional neural networks (convnets) Using data...
2018, Sep 06 — 14 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 readgithub : mnist_mlp with Tensorflow Code mlp with mnist dataset with Tensorflow import tensorflow as...
2018, Aug 03 — 4 minute readReference : Python으로 배우는 OpenCV 프로그래밍 Code : https://github.com/gaussian37/Vision/tree/master/OpenCV/corner%20detection OpenCV를 이용하여 영상에서의 코너점을 검출하는 방법에...
2018, Aug 01 — 1 minute readReference : Python으로 배우는 OpenCV 프로그래밍 Code : https://github.com/gaussian37/Vision/tree/master/OpenCV/corner%20detection ** 오늘 하루도 즐거운 하루 되길...
2018, Aug 01 — 3 minute read