Download List

Projeto Descrição

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.

2009-11-16 21:27
0.9.1

Documentação chinês foi adicionado. StringFileFeatures foram implementadas, que são características de cadeia que não tem que caber na memória (e dinamicamente são procurados no disco). Além disso, um pode agora carregar comprimido cordas (usando lzo, gzip, lzma, bzip2 ou compressão) que são descompactados somente no acesso usando o pré-processador descomprimir. Muitos problemas de configuração e problemas com kernels personalizados e svmlight regressão devem ser corrigidos.
Tags: Feature Enhancements, Bugfixes
Chinese documentation was added. StringFileFeatures were implemented, which are string features that don't have to fit in memory (and are dynamically fetched from disk). In addition, one can now load compressed strings (using lzo, gzip, lzma, or bzip2 compression) that are decompressed only on access using the Decompress preprocessor. Many configure issues and problems with custom kernels and svmlight-regression should be fixed.

2009-10-23 22:55
0.9.0

Com mais de 600 exemplos e tutoriais polished, esta versão contém documentação importante e melhorias Webpage. Além disso, vários bugs foram corrigidos e limpezas realizadas (incluindo a remoção do comando init_kernel confuso). Vários novos métodos têm sido implementadas, incluindo uma máquina de vetor de domínio favorecer a adaptação e aprendizagem kernel multiclasse múltiplas.
Tags: Major feature enhancements, cleanups, Documentation Updates
With over 600 examples and polished tutorials, this release contains
major documentation and Webpage improvements. In addition, several
bugs have been fixed and cleanups performed (including the removal
of the confusing init_kernel command). Several new methods have been
implemented, including a domain adaptation support vector machine and
multiclass multiple kernel learning.

2009-08-17 03:41
0.8.0

Este comunicado contém um número muito grande de bugs actualizações de documentação (tutoriais e uma visão método agora estão disponíveis para desenvolvedores C + +, com interfaces estáticas e modular). Multiple Kernel Aprendizagem foi reformulado, e trabalha com a otimização intercalados através SVMLight ou o algoritmo de invólucro através de qualquer SVM como LibSVM de regressão e de um e dois de classificação de classe.
Tags: Major feature enhancements, cleanups, Bugfixes
This release contains a quite large number of bugfixes documentation updates (tutorials and a method overview are now available for C++ developers, with static and modular interfaces). Multiple
Kernel Learning has been reworked, and works using interleaved optimization via SVMLight or the wrapper algorithm via any SVM like LibSVM for regression and one and two-class classification.

2009-05-03 15:42
0.7.3

Este comunicado contém várias correções de bugs e limpezas. As medidas de desempenho são úteis novamente. Houve construção de correções para o Mac OS X e atualizações de documentação para o desenvolvedor libshogun tutorial.
This release contains several bugfixes and cleanups. Performance measures are now functional again. There have been build fixes for Mac OS X and documentation updates for the libshogun developer tutorial.

2009-03-23 23:38
0.7.2

Este comunicado contém várias limpezas e melhorias. Shogun agora suporta todos os tipos de dados de python_modular: denso, scipy-matrizes esparsas csc_sparse e seqüências do tipo bool, char, (u) (int 8,16,32,64) e (float 32,64,96). Além disso, vetores e strings individuais podem agora ser obtidos e até mesmo alterado. Veja os exemplos / python_modular / features_ *. py para exemplos. Agora AUC obras maximização SVMs com núcleo arbitrária. Outras actualizações de documentação, exemplos polido, e correções foram feitas.
This release contains several cleanups and enhancements. Shogun now supports all data types from python_modular: dense, scipy-sparse csc_sparse matrices and strings of type bool, char, (u)int{8,16,32,64}, and float{32,64,96}. In addition, individual vectors and strings can now be obtained and even changed. See examples/python_modular/features_*.py for examples. Now AUC maximization works with arbitrary kernel SVMs. Further documentation updates, polished examples, and bugfixes were made.

Project Resources