I have around 2 * 10^7 vectors with size 128 and i want to use pca but it seems like in that case some int overflow happens. Can it be the case and is there tool to do with such big matrices?
1 | initial version |
I have around 2 * 10^7 vectors with size 128 and i want to use pca but it seems like in that case some int overflow happens. Can it be the case and is there tool to do with such big matrices?