1월, 2018의 게시물 표시

dcGAN + TSNE Plot

https://github.com/tensorlayer/dcgan/blob/master/tensorlayer/visualize.py

C++ in the Jupyter Notebook

http://shuvomoy.github.io/blog/programming/2016/08/04/Cpp-kernel-for-Jupyter.html

Caffe2 install in Ubuntu 16.04LTS, Success~

https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=compile

nvidia-smi.exe 의 위치

이미지

Minecraft + Scratch Install for MacOSX High Sierra

이미지
https://github.com/mpatrascu/ScratchMC

Fred's ImageMagick Filter list

http://www.fmwconcepts.com/imagemagick/retinex/

Image augmentation by pytorch

https://github.com/mdbloice/Augmentor

맥에서 자바런터임을 설치하라고 하면 Jre가 아니라 JDK를 설치해야 한다.

.

AnoGAN for One Class Classification.

이미지

구글 설문 만들기.

https://docs.google.com/forms/d/1RVmWO13tUD5apfkflF-pLZlTrMJKmrePG9v1n60aPZg/edit

TensorRT의 여러가지 모습들

이미지

레이어 갯수, 노드갯수, 필터갯수

레이어의 갯수(깊이)는 분류가능한 클래수 갯수(문제 난이도)를 결정하고 히든노드갯수는 하이퍼공간에서 분리면의 복잡도와 관련있습니다. 필터의 갯수는 글쎄요 ...영상내 정보의 양(복잡도)에 관련되는것 같습니다. 개인적인 생각 입니다.