1 min read
특정 차원에 해당하는 변수 x 의 작은 입력값 변화 \partial x 에 따른 함수의 작은 출력값의 변화 \partial f 를 의미: \displaystyle \frac{\partial f}{\partial x} 2 차원에서의 정의 limit definition of a partial derivative...
Scalar case y=g(x) 그리고 z=f(g(x))=f(y) 인 경우 chain rule 은 다음과 같다.
그래프와 접하는 평면을 의미한다. Tagent Plane 찾기 (x& 039;, y& 039;, z& 039;) 를 지나는 접평면 L 은 다음과 같은 성질을 지닌다. L(x& 039;, y& 039;) = z& 039; 를 만족한다.
미분 가능한 다변수 함수에 대한 directional derivative 는 어떤 point 에서 vector 에 대해 계산할 수 있다.
\frac{d}{d x}\left[\frac{f(x)}{g(x)}\right]=\frac{\frac{d}{d x}[f(x)] \cdot g(x)-f(x) \cdot \frac{d}{d x}[g(x)]}{[g(x)]^{2}}.
quadratic 함수란 가장 높은 degree 가 2 면서 한개 이상의 변수를 가지는 polynomial 함수를 의미한다. 예시 예를 들어 단일 변수 (univariate) 에 대한 quadratic function 은 다음과 같다.
In vector calculus, the Jacobian matrix of a vector-valued function of several variables is the matrix of all its first-order partial derivatives.
임의의 함수에 대한 gradient 는 그 함수의 partial derivatives 함수들을 element 로 가지는 vector 를 의미한다.
magnitude + direction 벡터는 scalar 를 곱하거나 서로 더해서 또 다른 벡터 (same object) 를 만들 수 있는 객체를 의미한다.
how quickly the output changes when we move a small distance in input space away from x Jacobian matrix second derivative f& 039;& 039;(x): how quickly the gradient is...