用r做支持向量机.pptxVIP

  • 3
  • 0
  • 约3.14千字
  • 约 20页
  • 2023-11-06 发布于江西
  • 举报
R packages for SVM Software reviewMost of the existing SVM software is written in C or C++ e.glibsvm SVMlight SVMTorchmySVMM-SVM Putting SVM specific software aside, there is little software available implementing a wider range of kernel methods with some exceptions like the Spider software which provides a MATLAB interface to various C/C++ SVM libraries and MATLAB implementations of various kernel-based algorithms, Torch which also includes more traditional machine learning algorithms, and the occasional MATLAB or C program found on a personal web page where an author includes code from a published paper. R packagese1071 offers an interface to libsvm provides a robust and fast SVM implementation and produces state of the art results on most classification and regression . klaR provides an interface to SVMlight a popular SVM implementation along with other classification tools like Regularized Discriminant Analysis. LiblineaRLinear ,fasterit can be able to handle large-scaled dataset.However, most of the libsvm and klaR SVM code is in C++. Therefore, if one would like to extend or enhance the code with e.g. new kernels or different optimizers, one would have to modify the core C++ code. Kernlabkernlab aims to allow the user to switch between kernels on an existing algorithm and even create and use own kernel functions for the kernel methods provided in the package. support vector machines the relevance vector machineGaussian processes a ranking algorithmkernel PCA kernel CCA kernel feature analysisonline kernel methods a spectral clustering algorithm. e1071C- and ν-classificationone-class-classification (novelty detection) ε- and ν-regression linear, polynomial, radial basis function, and sigmoidal kernels K-fold Cross ValidationMulti-class classification: one-against-one e1071Svm letter.Rpredict.svmtune e1071ICABagged clusteringkmeans clustering c-shell clustering Naive Bayes Classifier kernlabKernel functionif a projection Φ : X

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档