Skip to content

Caffe Tutorial : 8.Caffeinated Convolution (Kor)

HanJiHoon edited this page Jan 24, 2017 · 3 revisions

Caffe화 된 컨볼루션 (Caffeinated Convolution)

컨볼루션에 대한 Caffe 전략은 행렬-행렬 곱에서 문제를 줄이는 것이다. 선형대수학은 BLAS 라이브러리에 아주 잘 조절되어있으며 GPU 장치에서 효과적으로 연산한다.

좀 더 자세한 사항은 Yangqing의 카페에서의 컨볼루션 : 메모.를 읽어보아라.

한번 이것이 되면, 이 같은 감소는 단독적으로 conv의 맥락에서 탐색된다.

nets by K. Chellapilla, S. Puri, P. Simard, et al. High performance convolutional neural networks for document processing. In Tenth International Workshop on Frontiers in Handwriting Recognition, 2006.

Clone this wiki locally