Linear Algebra for Machine Learning Part 4 — Linear Transformation and Eigendecomposition(EVD)
2 min readJul 26, 2018
Linear Transformation :
Additional notes & references:
Also there are many other operations that can be achieved by linear transformation matrices. For example, “Scaling”(multiplication by a diagonal matrix), “Reflection” etc. Refer below pages if you want to know more.
Eigendecomposition (a.k.a. Eigenvalue Decomposition or EVD):
Additional notes & references:
The eigenvectors of a symmetric matrix are orthogonal to each other(proof). That means they form “basis” of the orientation of the dataset. We will see the use of this property in the next blog about PCA.
Graphical Representation
Please give a clap if you have liked the article, comment if you have any doubt/suggestion/correction.