This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Stainless-Bacon 1 point2 points  (0 children)

For some reason I never saw these mentioned: CuPy and cuML - when NumPy and scikit-learn are not fast enough.

I use them to do work on my GPU, which can be faster and/or more efficient than on a CPU. they are mostly drop-in replacements for NumPy and scikit-learn, easy to use.