哪些 svm python 模块使用 gpu?
What svm python modules use gpu?
不知道svm python模块是用gpu加速的
libsvm
或scikit-svm
是否使用gpu
?
如何使用 svm 加速 gpu?
有一个GPU-accelerated LIBSVM使用了CUDA框架。
scikit-svm
永远不会支持 GPU。来自 FAQ:
Will you add GPU support?
No, or at least not in the near future. The main reason is that GPU support will introduce many software dependencies and introduce platform specific issues. scikit-learn is designed to be easy to install on a wide variety of platforms. Outside of neural networks, GPUs don’t play a large role in machine learning today, and much larger gains in speed can often be achieved by a careful choice of algorithms.
ThunderSVM GPU 和 CPU 上的快速 SVM 库
它还提供了一个 scikit-learn Python interface
不知道svm python模块是用gpu加速的
libsvm
或scikit-svm
是否使用gpu
?
如何使用 svm 加速 gpu?
有一个GPU-accelerated LIBSVM使用了CUDA框架。
scikit-svm
永远不会支持 GPU。来自 FAQ:
Will you add GPU support?
No, or at least not in the near future. The main reason is that GPU support will introduce many software dependencies and introduce platform specific issues. scikit-learn is designed to be easy to install on a wide variety of platforms. Outside of neural networks, GPUs don’t play a large role in machine learning today, and much larger gains in speed can often be achieved by a careful choice of algorithms.
ThunderSVM GPU 和 CPU 上的快速 SVM 库
它还提供了一个 scikit-learn Python interface