Home

Meaning of Complex Eigenvalue and Eigenvector

Prerequisites To understand this post, it is recommended that you have knowledge of the following: The meaning of the existence of imaginary numbers The meaning of the natural constant e The geometric meaning of Euler’s formula The geometric meaning of eigenvalues and eigenvectors Eigenvalues and eigenvectors of rotation matrices \...

Read more

복소 고윳값과 고유벡터의 의미

Prerequisites 해당 포스트에 대해 이해하기 위해선 아래의 내용에 대해 알고 오시는 것이 좋습니다. 허수의 존재 의미에 대하여 자연상수 e의 의미 오일러 공식의 기하학적 의미 고윳값과 고유벡터의 기하학적 의미 회전 행렬의 고윳값과 고유벡터 \[A=\begin{bmatrix}\cos(\theta) && -\sin(\theta) \\ \sin(\theta) && \cos(\theta)\end{bmatrix}\] 가령 90도 시계반대방향으로 회전하는 행렬을 적용해 선형변환 한 결과는 다음과 같다. \[\begin{bmatrix} \cos(\pi/2) &a...

Read more

KL divergence

What KL divergence tells you: The Discrepancy Between Reality and Expectations prerequisites In order to understand the contents of this post, it is recommended that you have knowledge of the following: Information Entropy Cross Entropy Before delving into the topic of KL divergence, it is necessary to understand the concept of cross e...

Read more

KL divergence

KL divergence가 말하는 것: 이상과 현실 간의 괴리 prerequisites 해당 포스팅의 내용에 대해 이해하시려면 아래의 내용에 대해 알고 오시는 것을 추천드립니다. 정보 엔트로피 크로스 엔트로피(cross entropy) 본 포스팅의 주제인 KL-divergence에 대해 설명하기에 앞서 KL divergence를 이해하기 위해 꼭 필요한 개념인 크로스 엔트로피에 대해 먼저 알아보고자 한다. 크로스 엔트로피는 한마디로 하면 ‘예측과 달라서 생기는 깜놀도(즉 정보량)’라고 할 수 있다. 이를 조금 더 자세하게 알기 위해 우선 출력가능한 결과물이 두 가지인 경우(binary case...

Read more

Information Entropy

What is Information? When studying, we often get stuck on terminology. In particular, I remember struggling with many terms while studying statistics. For example, the term “null hypothesis” was so unfamiliar that it was a good example of a term that took a lot of effort to learn. However, the term “information” that I want to talk about in...

Read more

정보 엔트로피(information entropy)

정보란 무엇인가? 공부를 하다보면 용어에 막히는 경우가 종종 있다. 특히, 필자의 경우에는 통계학을 공부하면서 용어에서 많은 벽을 느꼈던 것 같다. 가령 귀무가설 같은 용어는 너무 생소하다보니 그 용어를 익히는데 애를 먹었던 좋은 예라고 할 수 있을 것 같다. 그런데, 이번 포스트에서 말하고자 하는 ‘정보’는 오히려 평소에 너무 자주 사용하는 용어이다보니 공부하는데 애를 먹게한 경우라고 할 수 있을 것 같다. 정보란 무엇일까? 여러가지 관점에서 ‘정보’를 해석할 수 있겠다. 가령, 데이터베이스의 관점에서는 정보란 데이터를 쉽게 사용할 수 있도록 가공한 것을 의미한다. 이 관점은 다분히 computer ...

Read more

Savitzky-Golay Filter

Prerequisites To understand this post, you need to have prior knowledge of the following: Convolution of Discrete Time Signals Convolution operation Concept of impulse response FIR filter Basic knowledge of matrix operations (matrix multiplication, inverse matrix, etc.) Impulse response and convolution of sign...

Read more

사비츠키-골레이(Savitzky-Golay) 필터

그림 1. smoothing 효과가 있는 Savitzky-Golay 필터! (진지) Prerequisites 이번 포스팅을 이해하기 위해선 다음의 지식이 선행 학습되어야 합니다. Discrete Time 신호의 Convolution Convolution 연산 impulse response에 대한 개념 FIR 필터 행렬 연산에 관한 기초 지식 (행렬곱, 역행렬 등) impulse response와 신호의 합성곱(convolution) 본 포스팅을 이해하기 위해선 impulse response에 대한 이해가 매우 필수적이다. 필요한 경우 짧게나마 ...

Read more