Package shogun: Information

    Source package: shogun
    Version: 0.9.3-alt2
    Build time:  Apr 15, 2011, 09:57 PM
    Report package bug
    License: GPL v3 or later
    Summary: A Large Scale Machine Learning Toolbox
    Description: 
    The machine learning toolbox's focus is on large scale kernel methods and
    especially on Support Vector Machines (SVM). It provides a generic SVM
    object interfacing to several different SVM implementations, among them the
    state of the art LibSVM and SVMlight.  Each of the SVMs can be
    combined with a variety of kernels. The toolbox not only provides efficient
    implementations of the most common kernels, like the Linear, Polynomial,
    Gaussian and Sigmoid Kernel but also comes with a number of recent string
    kernels as e.g. the Locality Improved, Fischer, TOP, Spectrum,
    Weighted Degree Kernel (with shifts). For the latter the efficient
    LINADD optimizations are implemented.  Also SHOGUN offers the freedom of
    working with custom pre-computed kernels.  One of its key features is the
    ``combined kernel'' which can be constructed by a weighted linear combination
    of a number of sub-kernels, each of which not necessarily working on the same
    domain. An optimal sub-kernel weighting can be learned using Multiple Kernel
    Learning.
    
    Currently SVM 2-class classification and regression problems can be dealt
    with. However SHOGUN also implements a number of linear methods like Linear
    Discriminant Analysis (LDA), Linear Programming Machine (LPM), (Kernel)
    Perceptrons and features algorithms to train hidden markov models.
    The input feature-objects can be dense, sparse or strings and
    of type int/short/double/char and can be converted into different feature types.
    Chains of ``preprocessors'' (e.g. substracting the mean) can be attached to
    each feature object allowing for on-the-fly pre-processing.

    List of rpms provided by this srpm:
    libshogun (x86_64, i586)
    libshogun-debuginfo (x86_64, i586)
    libshogun-devel (x86_64, i586)
    python-module-shogun (x86_64, i586)
    python-module-shogun-debuginfo (x86_64, i586)
    shogun (x86_64, i586)
    shogun-data (noarch)
    shogun-debuginfo (x86_64, i586)
    shogun-docs (noarch)
    shogun-examples (noarch)
    shogun-tests (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. liblapack-goto-devel
      2. liblpsolve-devel
      3. liblzma-devel
      4. liblzo2-devel
      5. boost-devel
      6. bzlib-devel
      7. ghostscript-classic
      8. graphviz
      9. libnumpy-devel
      10. libglpk-devel
      11. python-devel
      12. doxygen
      13. python-module-docutils
      14. python-module-matplotlib
      15. python-module-wx2.9
      16. swig
      17. texlive-latex-extra
      18. libreadline-devel
      19. gcc-c++
      20. zlib-devel

    Last changed


    April 15, 2011 Eugeny A. Rostovtsev 0.9.3-alt2
    - Built with GotoBLAS2 instead of ATLAS
    July 27, 2010 Eugeny A. Rostovtsev 0.9.3-alt1
    - Initial build for Sisyphus