For this application, I would like to use an algorithm for dimensionality reduction such that a given number of components all explain about the same amount of variance in the data.
Principal Component Analysis is therefore not suited because the explained variance decreases sharply from the first principal component to each subsequent one.
What algorithms can I use?