Jump to content

Unsupervised Learning: Difference between revisions

Line 237: Line 237:
Goal: Find a vector <math>v_1</math> such that the projection <math>v_1 \cdot x</math> has maximum variance.<br>
Goal: Find a vector <math>v_1</math> such that the projection <math>v_1 \cdot x</math> has maximum variance.<br>
These principal components are the eigenvectors of <math>X^TX</math>.<br>
These principal components are the eigenvectors of <math>X^TX</math>.<br>
===Kernel PCA===
===Autoencoder===