Pytorch PCA
Principal Component Anlaysis (PCA) in PyTorch. The intention is to
provide a simple and easy to use implementation of PCA in PyTorch, the
most similar to the sklearn’s PCA as possible (in terms of API
and, of course, output). Plus, this implementation is fully differentiable and faster
(thanks to GPU parallelization)!
Links
Github repository: https://github.com/valentingol/torch_pca
Pypi project: https://pypi.org/project/torch_pca/
Documentation: https://torch-pca.readthedocs.io/en/latest/