Skip to main content

Questions tagged [pca]

Principal component analysis (PCA) is a linear dimensionality reduction technique. It reduces a multivariate dataset to a smaller set of constructed variables preserving as much information (as much variance) as possible. These variables, called principal components, are linear combinations of the input variables.

1 vote
1 answer
50 views

Suppose I have two multi-dimensional population samples - $A$ and $B$. I hypothesise that $\mathbb{E}[A]$ and $\mathbb{E}[B]$ are orthogonal in this high-dimensional space. To test this hypothesis, I ...
sunnydk's user avatar
  • 127
0 votes
0 answers
111 views

I'm new to machine learning and don't post here much, but myself and my lab are a bit stumped here. I have trained an elastic net classifier on some cortical thickness (CT) data by region of interest (...
McKinney Pitts's user avatar
2 votes
0 answers
287 views

Upon reading the abstract of a recently published paper in ecology, I came across the claim: Our results suggest that the chromatic contrasts of colours are non-redundant with the intensity of ...
AvadaMouse's user avatar
0 votes
1 answer
65 views

I'm working with a large tabular dataset (~1.2 million rows) that includes 7 qualitative features and 3 quantitative ones. For dimensionality reduction, I'm using FAMD (Factor Analysis for Mixed Data) ...
Duarte Silva 's user avatar
4 votes
1 answer
69 views

I'm wondering if this is correct reasoning: SVD constructs new orthogonal vectors as linear combinations of the rows and columns in the data. In effect correlation among the original variables are ...
Andreas's user avatar
  • 65
1 vote
0 answers
91 views

I’m working with two malware datasets (dataset‑1 and dataset‑2) each with 256 features, but different ratios of malicious vs. benign samples. I’ve merged them into a third set (dataset‑3). The sample ...
0xh3xa's user avatar
  • 123
0 votes
0 answers
66 views

How do you decide the number of principal components (PC) to include in principal component regression (PCR)? I have seen these methods: choosing the lowest RMSEP with the pls() package Choosing PC's ...
Osuke Miyamaru's user avatar
0 votes
0 answers
63 views

For N participants I have M measures for which a normative model is avalable. Let's assume these measures are hand finger lengths (so M=5), z=0 means the length of that finger is the mean in the ...
fabiob's user avatar
  • 762

15 30 50 per page
1
2 3 4 5
231