thundersvm
thundersvm copied to clipboard
ThunderSVM: A Fast SVM Library on GPUs and CPUs
Hi, I can read from the example that when implemented on MATLAB, the svm_train_matlab and svm_predict_matlab commands have to refer to a dataset that is stored on the harddrive as...
Hello, I try to use thundersvm to replace SVC in sklearn, but I found that the probability result is a little poor (but the binary classification is as good as...
According to https://github.com/Xtra-Computing/thundersvm/issues/49 once a OpenCL version was planned. Are there currently any concrete plans?
Hi, I believe I am encountering a memory error, however what puzzles me the most is its erratic behavior. I have been able to run the following code several times...
Hello everyone, I am actually using thundersvm with Python through Julia. During training, I would like to save the best C-SVC model encountered. Let's say that I find such a...
Hello dear Sir, A fitting session/process can be interrupted for differents reasons. Is there a way to resume or continue a process, from the point it has been interrupted, and...
Feature suggestion: Currently, as far as I can tell, cross-validation is performed using only the accuracy metric. However, the accuracy metric can be very misleading for imbalanced classes where the...
I am running several instances of thundersvm GPU based cross-validation and training in parallel and sequentially. However, on occasion, I get a fatal out of memory error. In which case,...
Hi, Please suggest !I wanted to use thundersvm in my project to see the speedup. But I could not find the required file. I am looking to replace https://github.com/cjlin1/libsvm/blob/master/svm.cpp and...
Does thundersvm support multi-GPU training?will multi-GPU make the training faster?