Submitted by Sadness24_7 t3_y72mzl in deeplearning
Sadness24_7 OP t1_isszoev wrote
Reply to comment by thePedrix in Minimizing the number of inputs by Sadness24_7
But what am i looking for tho. i've been looking at loadings matrix for couple minutes but cant really figure out the connections. Lets say i want to select 7 feature out of 38, so i performa pca for 7 components and im looking at loading matrix (correlation between 38 feature's and 7 pca's . do i just look at the component with best correlation with the input features and the 7 highest correlation with that pca component ?
thePedrix t1_ist0fv6 wrote
I can’t be sure that it would work, but I would try this:
-PCA for N components
-Plot a graph with the 2 or 3 first principal components (depending on the cumulative explained variance, if 2 is enough, a 2D plot)
-Plot the magnitude of the variables and see which are the most impactful. Pick the X features you want.
-Train the network with those X features.
thePedrix t1_ist0li1 wrote
Sadness24_7 OP t1_ist98vt wrote
oh, this looks promising, i'll give it a try and see what comes up.
Viewing a single comment thread. View all comments