Power Series Representation
cosine
sine
1 min read
Law of Cosines B) Proofs dot product 를 활용한 증명 c=\mathbf{a}-\mathbf{b} \begin{aligned} c \cdot c &=(\mathbf{a}-\mathbf{b}) \cdot(\mathbf{a}-\mathbf{b}) \\ &=\mathbf{a}...
Cosine Similarity \displaystyle\operatorname{sim}(u,v)=\frac{u^{\top}v}{\|u\| {2}\|v\| {2}} 두 벡터가 서로 유사할수록, Cosine similarity 값은 커진다. B) Vs.
Hadmard Product matrix 의 element-wise product: \boldsymbol{A}\odot\boldsymbol{B} Related References.
Indicator Function Products of Indicator Functions Because 0·1=0, the product of indicator functions can be combined into a single indicator function with a modified condition.
등차수열 등차수열은 공차 (Common Difference) 는 d 로 나타낸다. 2.
Quadratic Function quadratic 함수란 가장 높은 degree 가 2 면서 한개 이상의 변수를 가지는 polynomial 함수를 의미한다. 예시 예를 들어 단일 변수 (univariate) 에 대한 quadratic function 은 다음과 같다.
Gaussian Integral A.1) 정의 Euler–Poisson integral (엘룰러 - 푸아송 적분) 이라고 부르기도 하며, 다음과 같은 적분을 의미한다 \displaystyle\int {-\infty}^{\infty}e^{-x^{2}}dx=\sqrt{\pi} - 일반적인 form은 다음과 같다:...
Permutation n distinct 객체에서 r 개를 뽑는 방법의 수 { } {n} P {r}=\frac{n !}{(n-r) !} 만약 n 개의 객체 중 n k 는 k 번째 객체로 동일하다면, 다음과 같이 뽑을 수 있다.
Interpolation Interpolation(인터폴레이션, 보간) 이란 알려진 지점의 값 사이 (중간) 에 위치한 값을 알려진 값으로부터 추정하는 것을 말한다.