PCAandAutoencoder

Can think of an autoencoder as a nonlinear extension of Principal Component Analysis (PCA). An autoencoder with a single hidden layer, a linear activation function, and MSE loss reduces to an PCA. The number of neurons in the single hidden layer determines the number of principal components.

Follow-ups