fuzzy support vector machine matlab code
#1

i want Fuzzy SVM .m code for classifiying binary classification with feature set 134X102
can help me?
Reply
#2

Support Vector Machine (SVM) is a non-linear classifier that is often reported to produce superior classification results in comparison to other methods. The idea behind the method is to align the input data in a non-linear way with a high dimensional space, where the data can be separated linearly, thus providing a great classification (or regression) performance. One of the bottlenecks of the SVM is the large number of support vectors used from the training set to perform classification (regression) tasks. In my code, I use SSE optimization to increase performance.

The classification of documents, with the flourishing of information delivery on the Internet, has become indispensable and is expected to be available through an automatic categorization of text. This article presents a system of categorization of text to solve the problem of categorization of several classes. The system consists of two modules: the processing module and the classification module. In the first module, ICF and Uni are used as indicators to extract relevant terms. While the fuzzy set theory is incorporated into the OAA-SVM in the classification module, we specifically propose an OAA-FSVM classifier to implement a multi-class classification system. The OAA-SVM and OAA-FSVM benefits are evaluated using the macro-average performance index. Also the statistical significance test is examined by the McNemar test. The results of the empirical study show that the proposed OAA-FSVM method has outperformed OAA-SVM in the problem of text categorization of several classes.


In SVM class, I use my 2D SSE optimized vector code for faster computation. The SVMachine class contains the following functions you need to use:

·        SVMachine::SVMachine(const wchar_t* fname); ctor
·        int SVMachine:Confusedtatus() const; status after ctor (0 upon success and negative in case of errors)
·        unsigned int SVMachine::dimension() const; the dimensionality of the SVM
·        int SVMachine::classify(const float* x, double& y) const; to classify unknown vector x.
 
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: penalty fcm using support vector machine, face detection using svm vector machine matlab code, iris recognition using support vector machine matlab code, tms6713 support for matlab download, support vector machine signature verification code in matlab, seminar topics for support vector machine, fuzzy support vector machine code matlab,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  how to calculate distance in heed protocol by using matlab 1 1,887 15-06-2018, 03:54 PM
Last Post: Guest
  matlab code for incremental conductance mppt 1 1,426 02-05-2018, 02:28 PM
Last Post: eksi
  anomaly detection code in matlab 3 2,094 23-04-2018, 12:04 AM
Last Post: Guest
  matlab code for liver tumor segmentation 2 1,585 01-04-2018, 06:29 PM
Last Post: [email protected]
  matlab code for vehicle tracking using unscented kalman filter 3 16,888 26-03-2018, 08:57 PM
Last Post: fodayj
  design and fabrication of welding slag cleaning machine 4 9,127 17-03-2018, 02:58 PM
Last Post: Guest
  floor cleaning machine mini project report 1 2,117 11-03-2018, 05:55 PM
Last Post: Guest
  matlab code for facial expression recognition using frequency domain 1 2,683 19-02-2018, 06:03 PM
Last Post: Guest
  matlab code shadow detection and removal in colour images using matlab 2 2,262 12-01-2018, 01:24 PM
Last Post: dhanabhagya
  simulink matlab model upqc mdl 3 6,777 18-12-2017, 09:08 AM
Last Post: jaseela123d

Forum Jump: