if a matrix is a transformation, then how data can be interpretated in terms of linear mapping? We

sg101cp6vv

sg101cp6vv

Answered question

2022-05-17

if a matrix is a transformation, then how data can be interpretated in terms of linear mapping?
We can interpret a matrix as a linear mapping in linear algebra using matrix representation. However, in machine learning or deep learning, we represent input data as a matrix. Then, how can this data be interpreted in terms of linear mapping?

Answer & Explanation

Kosyging1j7u

Kosyging1j7u

Beginner2022-05-18Added 16 answers

If X is n × p where n is the number of samples and p is the number of features (a.k.a. covariates or predictors), then each column of X is a vector in R n that represents your data's information about a particular feature. Then you could interpret X as mapping the first standard basis vector (1,0,…,0) to the first feature vector, the second standard basis vector (0,1,0,…,0) to the second feature vector and so on.
This interpretation of X as a mapping is not particularly useful, but thinking about the column space as a subspace of R n is useful when thinking about linear regression, PCA, etc.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?