Momentum-Based Learning
Momentum-Based Learning #
Momentum smooths updates and helps traverse valleys efficiently.
Momentum smooths updates and helps traverse valleys efficiently.
Adaptive methods adjust learning rates per-parameter.
PCA and SVM connect linear algebra, geometry, and optimisation.
Dimensionality reduction means representing high-dimensional data using fewer dimensions while trying to preserve the important structure of the data.
Principal Components Analysis, or PCA, is a linear dimensionality reduction method. It finds directions in the data along which the variance is maximum, and projects the data onto those directions.
Key takeaway: PCA chooses the eigenvectors of the covariance matrix corresponding to the largest eigenvalues. These eigenvectors form the principal subspace. The largest eigenvalues represent the directions that preserve the most variance.