Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,038 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,446 downloads
    Wine 1.4.1 / 1.5.30
    1,232 downloads
    BackTrack 5 R3
    1,035 downloads
    Red Hat Linux 9
    945 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    939 downloads
    Linux Mint 14.1 / 15
    RC

    756 downloads
    Red Hat Enterprise
    Linux 6.4

    711 downloads
    Ubuntu 12.10
    699 downloads
    VLC 2.0.6
    698 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 621
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 664
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 353
    Home > Linux > Science and Engineering > Artificial Intelligence > SHOGUN > Changelog

    SHOGUN 2.0.0 - Changelog


    What's new in SHOGUN 2.0.0:

    September 6th, 2012

    · 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.



    What's new in SHOGUN 1.1.0:

    December 13th, 2011

    · This version 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.



    What's new in SHOGUN 1.0.0:

    September 2nd, 2011

    · This version 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.



    What's new in SHOGUN 0.10.0:

    December 7th, 2010

    Features:
    · Serialization of objects deriving from CSGObject, i.e. all shogun objects (SVM, Kernel, Features, Preprocessors, ...) as ASCII, JSON, XML and HDF5
    · Create SVMLightOneClass
    · Add CustomDistance in analogy to custom kernel
    · Add HistogramIntersectionKernel (thanks Koen van de Sande for the patch)
    · Matlab 2010a support
    · SpectrumMismatchRBFKernel modular support (thanks Rob Patro for the patch)
    · Add ZeroMeanCenterKernelNormalizer (thanks Gorden Jemwa for the patch)
    · Swig 2.0 support

    Bugfixes:
    · Custom Kernels can now be > 4G (thanks Koen van de Sande for the patch)
    · Set C locale on startup in init_shogun to prevent incompatiblies with ascii floats and fprintf
    · Compile fix when reference counting is disabled
    · Fix set_position_weights for wd kernel (reported by Dave duVerle)
    · Fix set_wd_weights for wd kernel.
    · Fix crasher in SVMOcas (reported by Yaroslav)

    Cleanup and API Changes:
    · Renamed SVM_light/SVR_light to SVMLight etc.
    · Remove C prefix in front of non-serializable class names
    · Drop CSimpleKernel and introduce CDotKernel as its base class. This way all dot-product based kernels can be applied on top of DotFeatures and only a single implementation for such kernels is needed.



    What's new in SHOGUN 0.9.3:

    May 31st, 2010

    Features:

    · Experimental lp-norm MCMKL
    · New Kernels: SpectrumRBFKernelRBF, SpectrumMismatchRBFKernel, WeightedDegreeRBFKernel
    · WDK kernel supports amino acids
    · String Features now support append operations (and creation of
    · python-dbg support
    · Allow floats as input for custom kernel (and matrices > 4GB in size)

    Bugfixes:

    · Static linking fix.
    · Fix sparse linear kernel's add_to_normal

    Cleanup and API Changes:

    · Remove init() function in Performance Measures
    · Adjust .so suffix for python and use python distutils to figure out install paths



    What's new in SHOGUN 0.9.2:

    March 31st, 2010

    Features:
    · Direct reading and writing of ASCII/Binary files/HDF5 based files.
    · Implemented multi task kernel normalizer.
    · Implement SNP kernel.
    · Implement time limit for libsvm/libsvr.
    · Integrate Elastic Net MKL (thanks Ryoata Tomioka for the patch).
    · Implement Hashed WD Features.
    · Implement Hashed Sparse Poly Features.
    · Integrate liblinear 1.51
    · LibSVM can now be trained with bias disabled.
    · Add functions to set/get global and local io/parallel/... objects.

    Bugfixes:
    · Fix set_w() for linear classifiers.
    · Static Octave, Python, Cmdline and Modular Python interfaces Compile cleanly under Windows/Cygwin again.
    · In static interfaces testing could fail when not directly done after training.



    What's new in SHOGUN 0.8.0:

    August 17th, 2009

    · 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.



    What's new in SHOGUN 0.7.3:

    May 4th, 2009

    Features:
    · Improve libshogun/developer tutorial.
    · Implement convenience function for parallel quicksort.
    · Fasta/fastq file loading for StringFeatures.

    Bugfixes:
    · get_name function was undefined in Evaluation causing the PerformanceMeasures class to be defunct.
    · Workaround bugs in the std template library for math functions.
    · Compiles cleanly under OSX now, thanks to James Kyle.

    Cleanup and API Changes:
    · Make sure that all destructors are declared virtual.



    What's new in SHOGUN 0.7.2:

    March 23rd, 2009

    · 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.



    What's new in SHOGUN 0.7.1:

    March 9th, 2009

    · This release contains several cleanups, feature enhancements, and bugfixes.
    · The configure script has been improved to smoothe installation.
    · The documentation and the tutorial on how to develop with libshogun were improved.
    · The elwms (eilergendewollmilchsau) interface was added, which interfaces to Python, Octave, R, and Matlab in one file and provides the run_{octave,python,r} commands to run code from other languages transparently, making variables available to the target language and avoiding file I/O.
    · The Custom Kernel no longer requires features nor initialization, even not when used in CombinedKernel.



    What's new in SHOGUN 0.7.0:

    February 20th, 2009

    · This release adds several drastic changes.
    · Most importantly, shogun has been split into libshogun and libshogunui, multiple kernel learning (for classification) is now available via glpk, support has been added for "dotfeatures" which enable learning of linear classifiers with mixed datatypes, and shogun now runs on the iphone.



    What's new in SHOGUN 0.6.7:

    November 26th, 2008

    · This release contains several cleanups and bugfixes.
    · The ambigous self-defined data types for char, int, float, and so on were replaced with "standardized" types.
    · It fixes non-contiguous arrays and vectors in the Python modular interface.
    · Improper assignment of labels in the constructor of WDSVMOcas was fixed.
    · This problem led to segfaults on destruction in the (Python) modular interface.
    · A segfault opportunity in MultiClassSVM was fixed.



    What's new in SHOGUN 0.6.6:

    October 31st, 2008

    This release contains several cleanups and bugfixes:

    · Implement KernelNormalizer class with a couple of normalization functions that can now be attached to almost any kernel via set_normalizer() in the modular and set_kernel_normalization in the static interfaces. This fixes a long standing bug in the WeightedDegreePositionStringKernel normalization WARNING will break compatibility to all previously trained WD-shift kernel models, use FIRSTELEMENT / CFirstElementKernelNormalizer for an approximation to the previous buggy behaviour. Also breaks WordMatchKernel as for this kernel normalization is now enabled by default.
    · The custom kernel no longer requires lhs/rhs features (it will create its own dummy features)
    · Linear kernels don't use kernel cache (only slows down things)
    · Integrate the Oligo string-kernel (from Meinecke et.al 2004)
    · Remove use_precompute hack from SVMLight.
    · Add precompute_kernels function to turn kernels appended to a combined kernel into CustomKernels (i.e. precomputed ones).
    · Add distances BrayCurtis, ChiSquare, Cosine and Tanimoto.

    Bugfixes:
    · Support Intel MKL on 32bit archs.
    · Fix compilation when atlas/lapack is not available.
    · Include missing file regression/Regression.h.
    · Fix formula in CosineDistance.



    What's new in SHOGUN 0.6.5:

    October 11th, 2008

    · This release contains several cleanups and bugfixes.
    · It implements a general kernel normalizer that can be attached to kernels via set_normalizer() in the modular and set_kernel_normalization in the static interfaces.
    · This fixes a long standing bug in the WeightedDegreePositionStringKernel normalization, but also breaks compatibility for a few kernels.
    · This release integrates the Oligo string-kernel, and adds distances BrayCurtis, ChiSquare, Cosine, and Tanimoto.
    · It supports Intel MKL on 32-bit architectures.
    · It fixes compilation when Atlas/Lapack is not available.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM