Internet access to data, in the MATLAB forum found a good long good post, recommended for want to study SVM beginners.
Post Advantages:
1, in detail. For example: The setting problem of the Matlab Mex, the meaning of each option of Mex-setup is introduced in detail.
2, comprehensive. From the installation of LIBSVM library to the application instance, from the algorithm principle to the MATLAB code, from the paper to the book, has the introduction.
Original address:
http://www.matlabsky.com/forum.php?mod=viewthread&tid=10966&page=1&authorid=18677
=============================================The dissected thing about SVM [Faruto long-term update finishing]
Simple catalogue:
Written in front of the broken read;
LIBSVM download;
Introduction to SVM;
LIBSVM installation and use (to be perfected);
SVM-related literature data;
SVM related books recommended;
SVM[LIBSVM] Related applications (to be perfected);
SVM related miscellaneous posts (to be perfected);
Written in the last gossip-light;
Faruto contact information (discuss MATLAB related issues or specific SVM-related issues or some specific LIBSVM use related issues or more specific ... );
=================== Boring divider Line =========================
written in front of the broken read by Faruto
Remember the first contact with SVM is a junior college students to participate in the North Division undergraduate Research fund in the School of Management system science there to do a brain wave EEG pattern recognition project, at that time for the concept of "machine learning" is the first time, then use LIBSVM Toolbox to do classification and regression, In the use of the process to learn the SVM bottom of the statistical learning theory, and then to improve their own improved LIBSVM version of the MATLAB, on the basis of Mr. Linzhiren's Libsvm-mat to write some of the auxiliary functions (parameters to optimize what), and then constantly improve, Finally own Libsvm-mat version is libsvm-mat-2.89-3[farutoultimate3.0], easy to use for yourself as well as some friends of the forum to use.
SVM Implementation Toolbox has a lot, but I still think LIBSVM best use (Lssvm also good to say), I think the implementation of this one SVM Toolbox research thorough enough, anyway I was enough, That is, if you need the SVM tool to classify or return I can get libsvm-mat-2.89-3[farutoultimate3.0] can be used skillfully to achieve the purpose of solving their own problems, and no need to re-learn to master SVM this tool.
In fact, there are some things to say, let's keep it ...