zoukankan      html  css  js  c++  java
  • svm

    SVM material

    Those material work for svm beginner, material concerned with newly and learning theory excluded. if you are willing to study in a deep way, you should get more material from google schoolar etc.

    thesis:

    Support Vector Networks, Vapnik etc. (original paper)

    A Tutorial on Support Vector Machines for Pattern Recognition, C. J. Burges

    Large-Scale Support Vector Machines: Algorithms and Theory, Aditya Krishna Menon (very good survey, mainly on parameter inference)

    Training a Support Vector Machine in the Primal

    BudgetedSVM: A Toolbox for Scalable SVM Approximations, Nemanja Djuric

    Making Large-Scale SVM Learning Practical, T. Joachims

    Sequential Minimal Optimization for SVM, (author missing), (detailed parameter inference based on SMO)

    Fast Training of Support Vector Machines using Sequential Minimal Optimization, John C. Platt, (SMO orginal paper)

    Working Set Selection Using Second Order Information for Training Support Vector Machines, (workset seletion method for libsvm, I am not sure still using it)

    LIBSVM: A Library for Support Vector Machines, Chih-Chung Chang etc, libsvm paper

    Pegasos: Primal Estimated sub-GrAdient SOlver for SVM, Shai Shalev-Shwartz etc., (Pegasos, gradient based techique)

    SGD-QN, LaRank, Antoine Bordes and Léon Bottou, (gradient based method, using quasi-Newton, Hessian matrix and LBFGS involved

    site:

    Support Vector Machine, Wikipedia terms, http://en.wikipedia.org/wiki/Support_vector_machine

    SVM org, http://www.support-vector-machines.org/

    Leon Bottou homepage, http://leon.bottou.org/ (very good site)

    book:Pattern Recognition and Machine learning, C. Bishop

    Kernel Methods for Pattern Analysis, J. Shawe-Taylor and N. Cristianini

    Learning to Classify Text Using Support Vector Machines: Methods, Theory, and Algorithms, T. Joachims

    tools:you can get list of tools for svm: http://www.support-vector-machines.org/SVM_soft.html

    libsvm

    weka

    svm light

    Machout

  • 相关阅读:
    纹理mag filter不能取GL_XXX_MIPMAP_XXXX
    (转)No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VA 解决办法
    轻松制作儿童趣味算术软件
    批处理设置IP地址
    安卓手机文件管理器简单横向评比
    Linux基础和网络管理上机试题
    值得收藏的批处理程序
    王垠:完全用Linux工作
    XINU安装程序.exe一键配置好XINU实验环境
    很全面的WinRAR实用技巧系列
  • 原文地址:https://www.cnblogs.com/wjgaas/p/4310163.html
Copyright © 2011-2022 走看看