I have a data set with 2400 samples and 10,000 functions. All data is binary (+1 or -1). I need to run it through the SVM algorithm so that I can compare my algorithm with it. However, I know little about SVM or which package to use. I tried to read so that I could implement one, but this is on my head, and I need to get a weight vector from it. I am a Windows user and I have a Java implementation. I could export my data to a text file with 1 and 0. I have access to MatLab, but something tells me that it will be very slow and actually will not work on my laptop with a capacity of 6 GB (and this is for me need) fast enough. I have to run the algorithm a couple of hundred times to get accurate results.
I'm really looking for a quick and easy understanding of the library or SVM implementation that I can use in my case.
Thanks to everyone. Feel free to ask additional questions to help me better.
source
share