Open iurysilva opened 6 months ago
I appreciate your interest. My program is straightforward and manageable, generally doing data analysis needs to be quick and easy to use, but I also have API interfaces reserved to display individual components, like: you need U from torch.linalg.svd.
Greetings,
I'm trying to use this code for a project where we need to run PCA in GPU. I'm being able to extract the components alright, but i need the singular values to select the best components from the result matrix, is there a way to get the singular values by using this library?