This is support vector machine learning in Matlab. Use svm.m to learn a model from training data. Use svm_classify to classify test data from the learned model. Training data and test data are row-wise matrices. The codes are not optimized for speed. Related topics: cross validation, model selection, grid search for SVM parameters. Thang V. Pham t.pham@vumc.nl