thundersvm
thundersvm copied to clipboard
ThunderSVM: A Fast SVM Library on GPUs and CPUs
We are looking for collaborations and contributions on some future features of ThunderSVM. * Handling various sparse formats more efficiently * ThunderSVM on other architectures such as Arm and FPGAs....
I understand that this has been reported before. However, I believe that this is caused by something else this time. I am using the scikit interface of thundersvm. I train...
Hi everyone! I need to optimize parameters C and gamma. I wondered if it was possible to run more than one instance of thundersvm in the same GPU at the...
I've created a .NET wrapper for ThunderSvm: https://github.com/mjmckp/ThunderSvmDotNet (also https://www.nuget.org/packages/ThunderSvmDotNet/1.0.0), perhaps you would like to add a link to this in the documentation?
When tuning the SVM parameters, ideally it would be possible to capture the model during training, so that you end up training the model once up to `N` iterations, but...
As title, Will thundersvm support squared-hinged like in sk-learn? Thanks!
Running the windows build and during training/predicting on the latest push: > User Error 1001: omp_set_num_threads must be called with a positive integer > 2018-05-14 14:35:02,451 INFO [default] #instances =...
I am trying to run ThunderSVM with a precomputed kernel, but have run into a few problems. Could you take a look? My data works fine with libSVM: ``` kira@SYN-LAP-011:~/Software/libsvm-3.22$...
I think there are something needs to be fixed on working set size. I use a Window 10 machine with a NVIDIA Quadro 4000 and CUDA 8.0. When I tried...
######################################################### Issues 1: ######################################################### In [5]: clf.fit(x,y) 2018-03-13 22:49:53,831 INFO [default] #instances = 150, #features = 4 2018-03-13 22:49:53,979 INFO [default] training start 2018-03-13 22:49:54,135 INFO [default] global iter =...