Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

데이터 표현

각 샘플에 대한 텐서 표현은 데이터 포인트 (data point) 라고 합니다.

데이터 포인트가 N차원 벡터인 경우, 다음과 같이 표기할 수 있습니다.

x=(x1,x2,,xn)Rnx = \left(x_1, x_2, \dots, x_n \right) \in \mathbb{R}^{n}

데이터셋은 데이터 포인트의 집합입니다.

X={x1,x2,,xi,,xs}Rs×nX = \left\{ x^{1}, x^{2}, \dots , x^{i}, \dots, x^{s} \right\} \in \mathbb{R}^{s \times n}