SVM tutorial with Mathematica Code
February 14, 2008 | 11:39 pmPDF is here
PDF is here
A really good (but basic) intro on Support Vector Machines from Nature Biotechnology written by William Noble. Explains the basics of SVMs using DNA Microarray data analysis. From the article:
“…to understand the essence of SVM classification, one needs only to grasp four basic concepts: (i) the separating hyperplane, (ii) the maximum-margin hyperplane, (iii) the soft margin and (iv) the kernel function.”
Good read for a conceptual understanding… but no math.