Projects that also appeared in JMLR.
Showing Items 1-20 of 30 on page 1 of 2: 1 2 Next

Logo JMLR MultiBoost 1.1.05

by busarobi - April 17, 2012, 06:59:58 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8475 views, 1578 downloads, 1 subscription

About: MultiBoost is a multi-purpose boosting package implemented in C++. It is based on the multi-class/multi-task AdaBoost.MH algorithm [Schapire-Singer, 1999]. Basic base learners (stumps, trees, products, Haar filters for image processing) can be easily complemented by new data representations and the corresponding base learners, without interfering with the main boosting engine.

Changes:

Small bug related to linking order is corrected.


Logo JMLR dlib ml 17.46

by davis685 - April 12, 2012, 01:21:01 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 37989 views, 7238 downloads, 11 subscriptions

About: This project is a C++ toolkit containing machine learning algorithms and tools that facilitate creating complex software in C++ to solve real world problems.

Changes:

This release has focused mostly on minor usability and feature improvements. Some highlights are better support for learning to do sequence labeleing from unbalanced data, new image processing routines, and new tools for performing Kalman filtering and recursive least squares filtering.


Logo JMLR LPmade 1.2.2

by rlichten - April 2, 2012, 17:11:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5953 views, 2139 downloads, 2 subscriptions

About: Link Prediction Made Easy

Changes:

v1.2.2 - Fixed issue related to Ubuntu g++ header inclusion. This should fix compiler errors encountered by Ubuntu users. - Fixed issue related to the specific command "predict -n 0 -d I" that would cause existing edges to receive predictions.


Logo JMLR Waffles 2011-08-25

by mgashler - February 25, 2012, 22:41:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11497 views, 4026 downloads, 7 subscriptions

About: A broad collection of script-friendly command-line tools for machine learning and data mining tasks. (The command-line tools wrap functionality from a C++ class library.)

Changes:

See the change log at http://waffles.sourceforge.net/changelog.html


Logo JMLR LWPR 1.2.4

by sklanke - February 6, 2012, 19:55:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 18552 views, 2207 downloads, 8 subscriptions

About: Locally Weighted Projection Regression (LWPR) is a recent algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. At its [...]

Changes:

Version 1.2.4

  • Corrected typo in lwpr.c (wrong function name for multi-threaded helper function on Unix systems) Thanks to Jose Luis Rivero

Logo JMLR arules Mining Association Rules and Frequent Itemsets 1.0-6

by mhahsler - February 3, 2012, 10:49:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2218 views, 556 downloads, 12 subscriptions

About: Infrastructure for representing, manipulating and analyzing transaction data and frequent patterns.

Changes:

Initial Announcement on mloss.org.


Logo JMLR MSVMpack 1.1

by lauerfab - February 3, 2012, 10:48:08 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2501 views, 977 downloads, 8 subscriptions

About: MSVMpack is a Multi-class Support Vector Machine (M-SVM) package. It is dedicated to SVMs which can handle more than two classes without relying on decomposition methods and implements the four M-SVM models from the literature: Weston and Watkins M-SVM, Crammer and Singer M-SVM, Lee, Lin and Wahba M-SVM, and the M-SVM2 of Guermeur and Monfrini.

Changes:
  • Possibility to choose different values of C for different classes (useful for unbalanced data sets)
  • Sets the number of working threads at runtime (through the command-line option '-t')
  • Builds on Mac OS X
  • Small changes in the model files
  • Several bug fixes

Logo JMLR scikitlearn 0.9

by fabianp - February 3, 2012, 10:46:50 CET [ Project Homepage BibTeX Download ] 3448 views, 1090 downloads, 12 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 3 votes)

About: The scikit-learn aims to provide state of the art standard machine learning algorithms in Python.

Changes:

Initial Announcement on mloss.org.


Logo JMLR SSA Toolbox 1.3

by paulbuenau - January 24, 2012, 15:51:02 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5008 views, 1222 downloads, 5 subscriptions

About: The SSA Toolbox is an efficient, platform-independent, standalone implementation of the Stationary Subspace Analysis algorithm with a friendly graphical user interface and a bridge to Matlab. Stationary Subspace Analysis (SSA) is a general purpose algorithm for the explorative analysis of non-stationary data, i.e. data whose statistical properties change over time. SSA helps to detect, investigate and visualize temporal changes in complex high-dimensional data sets.

Changes:
  • Various bugfixes.

Logo JMLR Mulan 1.3.0

by lefman - January 19, 2012, 12:22:35 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6025 views, 3069 downloads, 5 subscriptions

About: Mulan is an open-source Java library for learning from multi-label datasets. Multi-label datasets consist of training examples of a target function that has multiple binary target variables. This means that each item of a multi-label dataset can be a member of multiple categories or annotated by many labels (classes). This is actually the nature of many real world problems such as semantic annotation of images and video, web page categorization, direct marketing, functional genomics and music categorization into genres and emotions.

Changes:

Learners

  • New algorithms added in the meta package.
  • EnsembleOfClassifierChains: The final confidences can now be computed not only by averaging votes, but also by averaging confidences. The option of sampling with replacement was added.
  • MMP: updated with loss functions. Added possibility to specify number of training epochs for MMPLearner.
  • BinaryRelevance: Added method to get the model built for a label.
  • Update to the lazy package: Euclidean is still the default distance function, the option to use a different distance function is given.

Measures

  • Introduced loss functions package.
  • Refurbished the measures package so that the measure hierarchy has cleaner semantics and takes loss functions into consideration.
  • Strict/nostrict evaluation (handles divisions by zero differently).
  • Uniform calculation of f-measure for all related measures.

Bug fixes

  • Bug fix in the dimensionality reduction package.
  • Bug fix in CalibratedLabelRanking class.
  • Updated design and bug fixes in thresholding strategies.
  • Fixed defect in MMPUniformUpdateRule.
  • Bug fix in the getPriors method.

API changes

  • Upgrade to Weka 3.7.3.

Experiments

  • Experiment from ICTAI 2010 paper added.

Examples

  • Simplified source examples for consistency with the online documentation.
  • Added an example that shows storing/loading a multi-label model.

Unit Tests

  • HOMER and HMC tests added.
  • MetaLabeler and ThresholdPrediction test updated.

Logo JMLR SHOGUN 1.1.0

by sonne - December 13, 2011, 05:11:29 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 31063 views, 6456 downloads, 4 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 5 votes)

About: The SHOGUN machine learning toolbox's focus is on large scale learning methods with focus on Support Vector Machines (SVM), providing interfaces to python, octave, matlab, r and the command line.

Changes:

This release contains major enhancements, cleanups and bugfixes:

Features

  • New dimensionality reduction algorithms: Diffusion Maps, Kernel Locally Linear Embedding, Kernel Local Tangent Space Alignment, Linear Local Tangent Space Alignment, Neighborhood Preserving embedding, Locality Preserving Projections.
  • Various performance improvements for dimensionality reduction methods (BLAS, alignment formulation of the LLE, ..)
  • Automatical k determination mode for Locally Linear Embedding dimension reduction method based on reconstruction error.
  • ARPACK and SUPERLU integration.
  • Introduce the concept of Converters that can embed (arbitrary) feature types into different feature types.
  • LibSVM is now pthread-parallelized.
  • Create modshogun.dll for csharp.
  • Various new c# examples (thanks Daniel Korn).
  • Dimensionality reduction examples application is introduced

Bugfixes

  • Octave_static and octave_modular examples fix.
  • Memory leak in custom kernel is now eliminated (thanks Madeleine Seeland for reporting).
  • Fix for linear machine set_w method (thanks Brian Cheung for reporting).
  • DotFeatures fix for assert bug.
  • FibonacciHeap memory leak fix.
  • Fix for Java modular interface typemapping bug.
  • Fix errors uncovered by LLVM / clang++.
  • Fix for configure on Darwin-x86_64 (thanks Peter Romov for patch).
  • Improve lua / ruby detection.
  • Fix configure / compilation under osx and cygwin for variuos interfaces.

Cleanup and API Changes

  • Most of the inline functions have been (re)moved to the corresponding .cpp file
  • Libshogun is now being compiled with sse support for math (if available) but interfaces are now being compiled with -O0 key which drastically reduces compilation time

Logo JMLR CARP 3.2

by volmeln - September 14, 2011, 09:04:18 CET [ Project Homepage BibTeX Download ] 7295 views, 2079 downloads, 1 subscription

About: CARP: The Clustering Algorithms’ Referee Package

Changes:

Added generalized overlap, more metrics for comparing partitionings


Logo JMLR libDAI 0.3.0

by jorism - July 12, 2011, 17:08:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19062 views, 3595 downloads, 2 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarWhole Star
(based on 1 vote)

About: libDAI provides free & open source implementations of various (approximate) inference methods for graphical models with discrete variables, including Bayesian networks and Markov Random Fields.

Changes:

Release 0.3.0 bumps the version number because the license has changed: instead of the former GPL v2+ license, libDAI is now licensed under the BSD 2-clause license (also known as the FreeBSD license). Further, various bugs have been fixed.


Logo JMLR GPML Gaussian Processes for Machine Learning Toolbox 3.1

by hn - December 10, 2010, 12:01:56 CET [ Project Homepage BibTeX Download ] 6512 views, 1699 downloads, 3 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarWhole Star
(based on 2 votes)

About: The GPML toolbox is a flexible and generic Octave 3.2.x and Matlab 7.x implementation of inference and prediction in Gaussian Process (GP) models.

Changes:

We now support inference on large datasets using the FITC approximation by Ed Snelson. The covariance function interface had to be slightly modified.


Logo JMLR Surrogate Modeling Toolbox 7.0.2

by dgorissen - September 4, 2010, 07:48:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6487 views, 1601 downloads, 1 subscription

About: The SUMO Toolbox is a Matlab toolbox that automatically builds accurate surrogate models (also known as metamodels or response surface models) of a given data source (e.g., simulation code, data set, script, ...) within the accuracy and time constraints set by the user. The toolbox minimizes the number of data points (which it selects automatically) since they are usually expensive.

Changes:

Incremental update, fixing some cosmetic issues, coincides with JMLR publication.


Logo JMLR DLLearner Build 2010-08-07

by Jens - August 8, 2010, 10:43:50 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9893 views, 2779 downloads, 4 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 3 votes)

About: The DL-Learner framework contains several algorithms for supervised concept learning in Description Logics (DLs) and OWL.

Changes:

See http://dl-learner.org/wiki/ChangeLog.


Logo JMLR MOA Massive Online Analysis June-09

by abifet - June 4, 2010, 14:05:31 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5692 views, 2167 downloads, 1 subscription

About: Massive Online Analysis (MOA) is a real time analytic tool for data streams. It is a software environment for implementing algorithms and running experiments for online learning from evolving data streams. MOA includes a collection of offline and online methods as well as tools for evaluation. In particular, it implements boosting, bagging, and Hoeffding Trees, all with and without Naive Bayes classifiers at the leaves. MOA supports bi-directional interaction with WEKA, the Waikato Environment for Knowledge Analysis, and it is released under the GNU GPL license.

Changes:

Initial Announcement on mloss.org.


Logo JMLR FastInf 1.0

by arielj - June 4, 2010, 14:04:37 CET [ Project Homepage BibTeX Download ] 5314 views, 1466 downloads, 1 subscription

About: The library is focused on implementation of propagation based approximate inference methods. Also implemented are a clique tree based exact inference, Gibbs sampling, and the mean field algorithm.

Changes:

Initial Announcement on mloss.org.


About: The CTBN-RLE is a C++ package of executables and libraries for inference and learning algorithms for continuous time Bayesian networks (CTBNs).

Changes:

Minor code changes (a few compilation issues, #define .h guard name changes).


Logo JMLR Matlab toolbox for submodular function optimization 2.0

by krausea - April 7, 2010, 09:53:40 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 7452 views, 2374 downloads, 1 subscription

About: This toolbox provides functions for maximizing and minimizing submodular set functions, with applications to Bayesian experimental design, inference in Markov Random Fields, clustering and others.

Changes:
  • Modified specification of optional parameters (using sfo_opt)
  • Added sfo_ls_lazy for maximizing nonnegative submodular functions
  • Added sfo_fn_infogain, sfo_fn_lincomb, sfo_fn_invert, ...
  • Added additional documentation and more examples
  • Now Octave ready

Showing Items 1-20 of 30 on page 1 of 2: 1 2 Next