python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to do PCA on multiple images by flattening the tensors?
I have an array of tensors for a single image. I want to flatten the vectors and perform PCA on the same.
The below is the code to extract the tensors on a single image :
bottle_neck_model_tensors = b...
budding_star
Votes: 0
Answers: 0
The meaning of the independent variables in prcomp formula
I'm reading "Applied Predictive Modeling" by Kuhn and Johnson. In the code for chapter 3.3 Data Transformations for Multiple Predictors, there is a code snippet:
pr <- prcomp(~ AvgIntenCh...
foki
Votes: 0
Answers: 1