티스토리 뷰
Convolution(합성곱) & Correlation (상관분석) & Cross Correlation(교차상관)
olive's 2020. 4. 26. 15:15Convolutional Neural Network에서 Convolution의 의미는?
하나의 함수와 또다른 함수를 반전 이동한 값을 곱한 다음, 구간에 대하여 적분하여 새로운 함수를 구하는 수학 연산자.
linear and shift-invariant operation!!
https://ko.wikipedia.org/wiki/합성곱
합성곱 - 위키백과, 우리 모두의 백과사전
위키백과, 우리 모두의 백과사전. 합성곱(合成-, convolution, 콘벌루션)은 하나의 함수와 또 다른 함수를 반전 이동한 값을 곱한 다음, 구간에 대해 적분하여 새로운 함수를 구하는 수학 연산자이다. 두 개의 함수 f {\displaystyle f\,} 와 g {\displaystyle g\,} 가 있을 때, 두 함수의 합성곱을 수학 기호로는 f ∗ g {\displaystyle f*g\,} 와 같이 표시한다. 합성곱 연산은 두 함수 f, g 가운
ko.wikipedia.org
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&ved=2ahUKEwjfpZGksIXpAhUCM94KHWvLA6QQFjARegQIBRAB&url=http%3A%2F%2Fnagerlang.tistory.com%2Fattachment%2Fcfile30.uf%4023603A335563DE613712A7.pdf&usg=AOvVaw3XfknW8rH_0MwbIvHQBJVQ
www.google.com
Correlation 은 반전이동을 안 한 함수의 값을 곱한 다음 구간에 대하여 적분하여 새로운 함수를 구하는 수학 연산자.
필터가 Symmetric 할경우 correlation, convolution 결과 동일!!
Cross-Correlation ==> Convolution이랑 비슷..
https://en.wikipedia.org/wiki/Cross-correlation
Cross-correlation - Wikipedia
In signal processing, cross-correlation is a measure of similarity of two series as a function of the displacement of one relative to the other. This is also known as a sliding dot product or sliding inner-product. It is commonly used for searching a long
en.wikipedia.org
'Deep Learning' 카테고리의 다른 글
ROI- Region of interest (0) | 2020.04.26 |
---|---|
고등학교 수학의 합성 함수( Composition) (0) | 2020.04.26 |
Convolutional Neural Network - Padding (0) | 2020.04.26 |
Cost Function - 미분해서 최소값을 찾기 (0) | 2020.04.26 |
RPN ( Regional Proposal Network) (0) | 2020.04.26 |