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.

2012-09-06 10:24
2.0.0

Esta importante atualização adiciona muitas melhorias, novas funcionalidades e correções de bugs. Ele inclui tudo o que foi realizado antes e durante o Verão de Google de código 2012. Os estudantes têm implementado vários novos recursos, como saída estruturada de aprendizagem, processos gaussianas, SVM variável latente (e estruturado de aprendizagem de saída), testes estatísticos no kernel espaços de reprodução, vário multitask algoritmos de aprendizagem e várias melhorias de usabilidade, para citar alguns.
Tags: Major feature enhancements
This major update adds many improvements, new features, and bugfixes. It includes everything which has been carried out before and during the Google Summer of Code 2012. Students have implemented various new features such as structured output learning, gaussian processes, latent variable SVM (and structured output learning), statistical tests in kernel reproducing spaces, various multitask learning algorithms, and various usability improvements, to name a few.

2011-12-13 13:50
1.1.0

Esta versão introduziu o conceito de 'conversores', que permite que você construa embeddings de recursos arbitrários. Ele também inclui algumas novas técnicas de redução de dimensão e melhorias significativas no desempenho no Kit de ferramentas de redução de dimensionalidade. Outras melhorias incluem um aumento de velocidade de compilação significativos, várias correções de bugs para interfaces modulares e algoritmos e melhor Cygwin, Mac OS X e clang + + compatibilidade. GitHub questões agora é usado para rastreamento de bugs e problemas.
Tags: Feature Enhancements, cleanups, Bugfixes
This release introduced the concept of 'converters', which enables you to construct embeddings of arbitrary features. It also includes a few new dimension reduction techniques and significant performance improvements in the dimensionality reduction toolkit. Other improvements include a significant compilation speed-up, various bugfixes for modular interfaces and algorithms, and improved Cygwin, Mac OS X, and clang++ compatibility. Github Issues is now used for tracking bugs and issues.

2011-09-01 12:16
1.0.0

Esta versão traz interfaces para novas linguagens, incluindo Java, C #, Ruby e Lua, um quadro de seleção de modelos, técnicas de redução de muitas dimensões, a estimativa do modelo Gaussian Mistura, e uma completa estrutura de aprendizado online.
Tags: Major feature enhancements, Bugfixes, Code cleanup
This release features interfaces to
new languages including Java, C#, Ruby, and Lua, a model selection framework, many dimension reduction techniques, Gaussian Mixture Model estimation, and a full-fledged online learning framework.

2010-12-07 23:55
0.10.0

Esta é uma grande nova versão com muitas alterações de usuários internos, mas também é visível. Primeiro de tudo, ele agora inclui uma série de aplicativos (na pasta de aplicações) e todos os conjuntos de dados que agora estão contidos em um tarball separado. Para o usuário, a característica mais interessante e importante é o suporte de serialização. Agora pode-se despejar qualquer objeto shogun no disco e carregá-lo mais tarde. formatos suportados incluem serialização. hdf5, ASCII. json, formatos XML, Python e picles versão 1 e 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.

2010-05-31 23:14
0.9.3

Esta versão contém diversas melhorias, limpezas, e correções. A série de kernels nova seqüência e multi-classe MKL foram implementadas. Suporte para python-dbg foi adicionado. Floats são agora aceitos como entrada para os kernels personalizados que agora pode ser mais do que 4GB de tamanho. instalação do Python usa distutils agora. Vinculação estática foi corrigido, bem como os núcleos esparsos função linear add_to_normal.
Tags: Code cleanup, Bugfixes, Feature Enhancements
This release contains several enhancements, cleanups, and bugfixes. A number of new string kernels and multi-class MKL were implemented. Support for python-dbg was added. Floats are now accepted as input for custom kernels that now can be more than 4GB in size. Python installation uses distutils now. Static linking has been fixed, as well as the sparse linear kernels add_to_normal function.

Project Resources