Submitted by AutoModerator t3_100mjlp in MachineLearning
banana-apple123 t1_j309whg wrote
So I am trying to reduce the dimensions of my hypothetical data.
I read that PCA is a good tool but it only works for linear data set. If the data is non linear autoencoders can do a better job
First of all, how does one determine if their data is linear. Do I just plot the features against each other and see if they form a straight line?
Second, ignoring computer limitations, are autoencoders better than pca for nonlinear data.
Thanks for any comments and help!
No_Advisor_3562 t1_j36not1 wrote
Looking at the spectrum of your covariance matrix for PCA can be informative I've heard.
debrises t1_j3iufb1 wrote
check out T-SNE
Viewing a single comment thread. View all comments