Gentle Introduction to Eigenvalues and Eigenvectors for Machine Learning
Last Updated on August 9, 2019 Matrix decompositions are a useful tool for reducing a matrix to their constituent parts in order to simplify a range of more complex operations. Perhaps the most used type of matrix decomposition is the eigendecomposition that decomposes a matrix into eigenvectors and eigenvalues. This decomposition also plays a role in methods used in machine learning, such as in the the Principal Component Analysis method or PCA. In this tutorial, you will discover the eigendecomposition, […]
Read more