Which ls-svm toolbox 开发者_开发问答canuse in matlab? Which implementation do you recommend?I am not 100% sure what type of SVM you\'re referring to, but I\'m assuming you\'re interested in an impleme
My company develops a hypervisor, and this question concerns use of AMD\'s SVM (Secure-Virtual-Machine) API.
I\'m using libsvm for multi-class classification of datasets with a large number of features/attributes (around 5,800 per each item).I\'d like to choose better parameters for C and Gamma than the defa
I开发者_StackOverflow中文版s there existing software for discriminative reranking, such as that used by the Charniak NLP parser, Shen, Sarkar, and Och\'s parser or Shen and Joshi\'s techniques? I\'d l
I\'m using PYML to construct a multiclass linear support vector machine (SVM). After training the SVM, I would like to be able to save the classifier, so that on subsequent runs I can use the classifi
How do I visualize the SVM classification once I perform SVM training in Matlab? So far, I have only trained the SVM with:
When creating a libsvm training file, how do you differentiate between a nominal attribute verses a numeric attribute? I\'m trying to encode certain nominal attributes as integers, but I want to ensur
I have been working on Support Vector Machine for about 2 months now. I have coded SVM myself and for the optimization problem of SVM, I have used Sequential Minimal Optimization(SMO) by Dr. John Plat
I have an application that needs to discriminate between good HTTP GET requests and bad. For example: http://somesite.com?passes=dodgy+parameter# BAD
I working on a possible machine learning project that would be expected to do high speed computations for machine learning using SVM (support vector machines) and possibly some ANN.