[Numpy-discussion] Direct GPU support on NumPy
Gael Varoquaux
gael.varoquaux at normalesup.org
Wed Jan 3 02:00:54 EST 2018
> The other packages are nice but I would really love to just use scipy/
> sklearn and have decompositions, factorizations, etc for big matrices
> go a little faster without recoding the algorithms. Thanks
If you have very big matrices, scikit-learn's PCA already uses randomized
linear algebra, which buys you more than GPUs.
Gaël
More information about the NumPy-Discussion
mailing list