📖 Transformation
- A transformation, function, or mapping, T
maps an input 𝑥 to an output 𝑦
- Mathematical notation: T:x↦y
- Domain: Set of all the possible values of 𝑥
- Co-domain: Set of all the possible values of 𝑦
- Image: a mapped output 𝑦, given 𝑥
- Range: Set of all the output values mapped by each 𝑥 in the domain
- Note: the output mapped by a particular 𝑥 is uniquely determined.
📖 Linear Transformation
- Definition: A transformation (or mapping) 𝑇 is linear if:
I. T(cu+dv)=cT(u)+dT(v) for all u,v in the domain of 𝑇 and and for all scalars 𝑐 and 𝑑
- Simple example: T:x↦y,T(x)=y=3x
📖 Transformation between Vectors
📖 Matrix of Linear Transformation
- In general, let T∶Rn → Rm be a linear transformation. Then T is always written as a matrix-vector multiplication, i.e.,
- In fact, the 𝑗-th column of A∈Rm×n is equal to the vector T(ej) ,where ej is the 𝑗-th column of the identity matrix in Rm×n :
- Here, the matrix 𝐴 is called the standard matrix of the linear transformation T
<이 게시물은 주재걸 교수님의 '선형 변환' 강의 자료를 참고하여 작성되었습니다.>
본 포스트의 학습 내용은 [부스트캠프 AI Tech 5기] Pre-Course 강의 내용을 바탕으로 작성되었습니다.
부스트캠프 AI Tech 5기 Pre-Course는 일정 기간 동안에만 운영되는 강의이며,
AI 관련 강의를 학습하고자 하시는 분들은 부스트코스 AI 강좌에서 기간 제한 없이 학습하실 수 있습니다.
(https://www.boostcourse.org/)