Download List

專案描述

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

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