Projects that are tagged with nips2008.


Logo BCPy2000 17374

by jez - July 8, 2010, 22:11:24 CET [ Project Homepage BibTeX Download ] 5735 views, 1052 downloads, 1 subscription

About: BCPy2000 provides a platform for rapid, flexible development of experimental Brain-Computer Interface systems based on the BCI2000.org project. From the developer's point of view, the implementation [...]

Changes:

Bugfixes and tuneups, and an expanded set of (some more-, some less-documented, optional tools)


Logo MDP Modular toolkit for Data Processing 2.6

by otizonaizit - May 14, 2010, 19:26:00 CET [ Project Homepage BibTeX Download ] 5971 views, 1706 downloads, 1 subscription

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

About: Modular toolkit for Data Processing (MDP) is a library of widely used data processing algorithms that can be combined according to a pipeline analogy to build more complex data processing software.

Changes:
  • Several new classifier nodes have been added.
  • A new node extension mechanism makes it possible to dynamically add methods or attributes for specific features to node classes, enabling aspect-oriented programming in MDP. Several MDP features (like parallelization) are now based on this mechanism, and users can add their own custom node extensions.
  • BiMDP is a large new package in MDP that introduces bidirectional data flows to MDP, including backpropagation and even loops. BiMDP also enables the transportation of additional data in flows via messages.
  • BiMDP includes a new flow inspection tool, that runs as as a graphical debugger in the webrowser to step through complex flows. It can be extended by users for the analysis and visualization of intermediate data.
  • As usual, tons of bug fixes

The new additions in the library have been thoroughly tested but, as usual after a public release, we especially welcome user's feedback and bug reports.


Logo MLPACK 0.2

by fastlab - November 20, 2009, 04:01:36 CET [ BibTeX BibTeX for corresponding Paper Download ] 7652 views, 1682 downloads, 3 subscriptions

About: MLPACK is the first comprehensive scalable machine learning library.

Changes:

Initial Announcement on mloss.org.


Logo kernlab 0.9-9

by alexis - November 2, 2009, 16:03:50 CET [ Project Homepage BibTeX Download ] 4865 views, 1061 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 1 vote)

About: kernlab provides kernel-based machine learning methods for classification, regression, clustering, novelty detection, quantile regression and dimensionality reduction. Among other methods kernlab [...]

Changes:

minor fixes in kcca and ksvm functions


Logo Shark 2.3.0

by igel - October 24, 2009, 22:12:48 CET [ Project Homepage BibTeX Download ] 13762 views, 2561 downloads, 1 subscription

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

About: SHARK is a modular C++ library for the design and optimization of adaptive systems. It provides various machine learning and computational intelligence techniques.

Changes:
  • new build system
  • minor bug fixes

Logo Elefant 0.4

by kishorg - October 17, 2009, 08:48:19 CET [ Project Homepage BibTeX Download ] 7325 views, 4479 downloads, 2 subscriptions

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

About: Elefant is an open source software platform for the Machine Learning community licensed under the Mozilla Public License (MPL) and developed using Python, C, and C++. We aim to make it the platform [...]

Changes:

This release contains the Stream module as a first step in the direction of providing C++ library support. Stream aims to be a software framework for the implementation of large scale online learning algorithms. Large scale, in this context, should be understood as something that does not fit in the memory of a standard desktop computer.

Added Bundle Methods for Regularized Risk Minimization (BMRM) allowing to choose from a list of loss functions and solvers (linear and quadratic).

Added the following loss classes: BinaryClassificationLoss, HingeLoss, SquaredHingeLoss, ExponentialLoss, LogisticLoss, NoveltyLoss, LeastMeanSquareLoss, LeastAbsoluteDeviationLoss, QuantileRegressionLoss, EpsilonInsensitiveLoss, HuberRobustLoss, PoissonRegressionLoss, MultiClassLoss, WinnerTakesAllMultiClassLoss, ScaledSoftMarginMultiClassLoss, SoftmaxMultiClassLoss, MultivariateRegressionLoss

Graphical User Interface provides now extensive documentation for each component explaining state variables and port descriptions.

Changed saving and loading of experiments to XML (thereby avoiding storage of large input data structures).

Unified automatic input checking via new static typing extending Python properties.

Full support for recursive composition of larger components containing arbitrary statically typed state variables.


Logo JMLR RL Glue and Codecs -- Glue 3.x and Codecs

by btanner - October 12, 2009, 07:50:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 6654 views, 859 downloads, 1 subscription

About: RL-Glue allows agents, environments, and experiments written in Java, C/C++, Matlab, Python, and Lisp to inter operate, accelerating research by promoting software re-use in the community.

Changes:

RL-Glue paper has been published in JMLR.


Logo JMLR Model Monitor 1.0

by traeder - August 17, 2009, 11:05:06 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5720 views, 992 downloads, 0 comments, 1 subscription

About: Model Monitor is a Java toolkit for the systematic evaluation of classifiers under changes in distribution. It provides methods for detecting distribution shifts in data, comparing the performance [...]

Changes:

Improved AUROC calculation. Several minor bug fixes.


Logo Debellor 1.0

by mwojnars - July 30, 2009, 16:48:05 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3400 views, 920 downloads, 1 subscription

About: Debellor is a scalable and extensible platform which provides common architecture for data mining and machine learning algorithms of various types.

Changes:
  • Naming of numerous classes/methods/fields changed to be more accurate and comprehensible
  • Weka and Rseslib libraries updated to the newest versions: Weka 3.6.1 & Rseslib 3.0.1. Debellor's wrappers adapted
  • New class: CrossValidation - evaluator of trainable cells through cross-validation
  • New class: RMSE - calculation of Root Mean Squared Error score
  • Data objects can be compared and used in collections
  • ArffReader can read from a user-provided java.io.InputStream
  • More convenient use of parameters (setting values)
  • More convenient use of data objects and data types (construction, type casting)
  • Other minor improvements to existing classes
  • Javadoc extended

About: FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search.

Changes:

See project page for changes.


Logo JMLR Nieme 1.0

by francis - April 2, 2009, 10:57:38 CET [ Project Homepage BibTeX Download ] 8575 views, 1183 downloads, 1 subscription

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

About: Nieme is a C++ machine learning library for large-scale classification, regression and ranking. It provides a simple interface available in C++, Python and Java and a user interface for visualization.

Changes:

Released Nieme 1.0


Logo BenchMarking Via Weka 0.0.4

by fracpete - December 4, 2008, 01:15:15 CET [ Project Homepage BibTeX Download ] 3023 views, 642 downloads, 0 comments, 2 subscriptions

About: BenchMarking Via Weka is a client-server architecture that supports interoperability between different machine learning systems. Machine learning systems need to provide mechanisms for processing [...]

Changes:

Initial Announcement on mloss.org.


Logo Experiment Databases for Machine Learning 0.1

by JoaquinVanschoren - October 7, 2008, 18:06:55 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3118 views, 503 downloads, 1 subscription

About: Experiment Databases for Machine Learning is a large public database of machine learning experiments as well as a framework for producing similar databases for specific goals. It provides a way to [...]

Changes:

Initial Announcement on mloss.org.


Logo chestnut Machine Learning Suite 0.1.1

by damianeads - October 7, 2008, 13:04:19 CET [ Project Homepage BibTeX Download ] 1993 views, 432 downloads, 1 subscription

About: The Chestnut Machine Learning Library is a suite of machine learning algorithms written in Python with some code written in C for efficiency. Most algorithms are called with a simple, functional API [...]

Changes:

Initial Announcement on mloss.org.


Logo Disco 0.1

by tuulos - October 6, 2008, 11:14:48 CET [ Project Homepage BibTeX Download ] 3045 views, 559 downloads, 1 subscription

About: Disco is an open-source implementation of the [Map-Reduce framework](http://en.wikipedia.org/wiki/MapReduce) for distributed computing. As the original framework, Disco supports parallel [...]

Changes:

Initial Announcement on mloss.org.


Logo SnOB beta

by risi - October 5, 2008, 21:39:18 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1830 views, 381 downloads, 1 subscription

About: SnOB is a C++ library implementing fast Fourier transforms on the symmetric group (group of permutations). Such Fourier transforms are used by some ranking and identity management algorithms, as [...]

Changes:

Initial Announcement on mloss.org.


Logo Torch 5 5.1

by andresy - October 1, 2008, 04:25:12 CET [ Project Homepage BibTeX Download ] 4923 views, 885 downloads, 2 subscriptions

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

About: Torch5 provides a matlab-like environment for state-of-the-art machine learning algorithms. It is easy to use and provides a very efficient implementation, thanks to a easy and fast scripting [...]

Changes:

Initial Announcement on mloss.org.


Logo Spike train feature extraction by Bayesian binning 0.1

by dendres - September 24, 2008, 16:19:14 CET [ BibTeX BibTeX for corresponding Paper Download ] 2554 views, 710 downloads, 0 comments, 1 subscription

About: *binsdfc* is a command line implementation of the algorithm described in [Endres,Oram,Schindelin,Foldiak:*Bayesian binning beats approximate alternatives: estimating peri-stimulus time histograms*, [...]

Changes:

Changed build system from automake to cmake. Moved download page to www.compsens.uni-tuebingen.de


Logo Graph kernel based on iterative graph similarity and optimal assignments 2008-01-15

by mrupp - September 22, 2008, 13:42:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3445 views, 583 downloads, 2 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 1 vote)

About: Java package implementing a kernel for (molecular) graphs based on iterative graph similarity and optimal assignments.

Changes:

Initial Announcement on mloss.org.


Logo aureservoir 0.1

by grh - September 12, 2008, 19:02:26 CET [ Project Homepage BibTeX Download ] 1981 views, 690 downloads, 1 subscription

About: Efficient C++ library for analog reservoir computing neural networks (Echo State Networks).

Changes:

Initial Announcement on mloss.org.