Download List

Descripción del Proyecto

SHOGUN is a machine learning toolbox whose 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, all making use of the same underlying, efficient kernel implementations. Apart from SVMs and regression, SHOGUN also features a number of linear methods like Linear Discriminant Analysis (LDA), Linear Programming Machine (LPM), (Kernel) Perceptrons, and algorithms to train hidden Markov models. SHOGUN can be used from within C++, Matlab, R, Octave, and Python.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-07 23:55 Back to release list
0.10.0

Esta es una nueva versión con una gran cantidad de cambios de usuario interna, pero también es visible. En primer lugar, que ahora incluye una serie de aplicaciones (en la carpeta de aplicaciones) y todos los conjuntos de datos están contenidos en un archivo comprimido separado. Para el usuario, la característica más interesante e importante es el apoyo de serialización. Ahora se puede volcar cualquier objeto shogun en el disco y cargarlo más tarde. Los formatos soportados incluyen la serialización. HDF5, ASCII. json, en formato XML, y la versión de Python salmuera 1 y 2.
This is a major new release with lots of internal but also user visible changes. First of all, it now includes a number of applications (in the applications folder) and all the data sets are now contained in a separate tarball. For the user, the most interesting and important feature is serialization support. One can now dump any shogun object to disk and load it later on. Supported serialization formats include .hdf5, ascii, .json, XML formats, and Python pickle version 1 and 2.

Project Resources