cinneesol / shogun

The Shogun Machine Learning Toolbox (Source Code)

Home Page:http://www.shogun-toolbox.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The SHOGUN machine learning toolbox


Unified and efficient Machine Learning since 1999.

Latest release:

Release

Cite Shogun:

DOI

Develop branch build status:

Build Status Coverage Status

Buildbot: http://buildbot.shogun-toolbox.org/waterfall.

Quick links for this file:

Interfaces


Shogun is implemented in C++ and interfaces to Python, octave, java, ruby, C#, R, Lua, Perl. JavaScript and Matlab are planned to be (re-)introduced soon.

Interface Status
python mature (no known problems)
octave mature (no known problems)
java stable (no known problems)
ruby stable (no known problems)
csharp stable (no known problems)
r beta (most examples work, static calls unavailable)
lua alpha (many examples work, string typemaps are unstable,
                         overloaded methods unavailable)                   |

|perl | pre-alpha (work in progress quality) | |js | pre-alpha (work in progress quality) |

See our website for examples in all languages.

Platforms


Shogun is supported under GNU/Linux, MacOSX, FreeBSD, and Windows. See our buildfarm

Directory Contents


The following directories are found in the source distribution. Note that some folders are submodules that can be checked out with git submodule update --init.

  • src - source code.
  • doc - readmes (doc/reamde, submodule), ipython notebooks, cookbook (api examples), licenses
  • examples - example files for all interfaces.
  • data - data sets (submodule required for some examples / applications)
  • tests - unit and integration tests.
  • applications - applications of SHOGUN.
  • benchmarks - speed benchmarks.
  • cmake - cmake build scripts

License


Shogun is generally licensed under the GPL3, with code borrowed from various external libraries, and optional parts that are neither compatible with GPL nor BSD. It is possible to compile a BSD3 compatible build of Shogun.

See doc/licenses for details.

About

The Shogun Machine Learning Toolbox (Source Code)

http://www.shogun-toolbox.org

License:GNU General Public License v3.0


Languages

Language:C++ 94.5%Language:Python 2.7%Language:CMake 1.9%Language:C 0.8%Language:Shell 0.1%Language:MATLAB 0.1%Language:Protocol Buffer 0.0%Language:Makefile 0.0%Language:GDB 0.0%