Project details for MDP Modular toolkit for Data Processing

Logo MDP Modular toolkit for Data Processing 3.3

by otizonaizit - October 4, 2012, 15:17:33 CET [ Project Homepage BibTeX Download ]

view (5 today), download ( 2 today ), 0 subscriptions

OverallWhole StarWhole StarWhole StarWhole Star1/2 Star
FeaturesWhole StarWhole StarWhole StarWhole Star1/2 Star
UsabilityWhole StarWhole StarWhole StarWhole Star1/2 Star
DocumentationWhole StarWhole StarWhole StarWhole Star1/2 Star
(based on 3 votes)
Description:

The Modular toolkit for Data Processing (MDP) package is a library of widely used data processing algorithms, and the possibility to combine them together to form pipelines for building more complex data processing software.

MDP has been designed to be used as-is and as a framework for scientific data processing development.

From the user's perspective, MDP consists of a collection of units, which process data. For example, these include algorithms for supervised and unsupervised learning, principal and independent components analysis and classification.

These units can be chained into data processing flows, to create pipelines as well as more complex feed-forward network architectures. Given a set of input data, MDP takes care of training and executing all nodes in the network in the correct order and passing intermediate data between the nodes. This allows the user to specify complex algorithms as a series of simpler data processing steps.

The number of available algorithms is steadily increasing and includes signal processing methods (Principal Component Analysis, Independent Component Analysis, Slow Feature Analysis), manifold learning methods ([Hessian] Locally Linear Embedding), several classifiers, probabilistic methods (Factor Analysis, RBM), data pre-processing methods, and many others.

Particular care has been taken to make computations efficient in terms of speed and memory. To reduce the memory footprint, it is possible to perform learning using batches of data. For large data-sets, it is also possible to specify that MDP should use single precision floating point numbers rather than double precision ones. Finally, calculations can be parallelised using the parallel subpackage, which offers a parallel implementation of the basic nodes and flows.

From the developer's perspective, MDP is a framework that makes the implementation of new supervised and unsupervised learning algorithms easy and straightforward. The basic class, Node, takes care of tedious tasks like numerical type and dimensionality checking, leaving the developer free to concentrate on the implementation of the learning and execution phases. Because of the common interface, the node then automatically integrates with the rest of the library and can be used in a network together with other nodes.

A node can have multiple training phases and even an undetermined number of phases. Multiple training phases mean that the training data is presented multiple times to the same node. This allows the implementation of algorithms that need to collect some statistics on the whole input before proceeding with the actual training, and others that need to iterate over a training phase until a convergence criterion is satisfied. It is possible to train each phase using chunks of input data if the chunks are given as an iterable. Moreover, crash recovery can be optionally enabled, which will save the state of the flow in case of a failure for later inspection.

MDP is distributed under the open source BSD license. It has been written in the context of theoretical research in neuroscience, but it has been designed to be helpful in any context where trainable data processing algorithms are used. Its simplicity on the user's side, the variety of readily available algorithms, and the reusability of the implemented nodes also make it a useful educational tool.

http://mdp-toolkit.sourceforge.net

Changes to previous version:

What's new in version 3.3?

  • support sklearn versions up to 0.12
  • cleanly support reload
  • fail gracefully if pp server does not start
  • several bug-fixes and improvements
BibTeX Entry: Download
Supported Operating Systems: Agnostic
Data Formats: None
Tags: Algorithms, Classifiers, Developing Framework, Education, Fda, Gng, Ica, Pca, Sfa, Nips2008
Archive: download here

Other available revisons

Version Changelog Date
3.3

What's new in version 3.3?

  • support sklearn versions up to 0.12
  • cleanly support reload
  • fail gracefully if pp server does not start
  • several bug-fixes and improvements
October 4, 2012, 15:17:33
3.2

What's new in version 3.2?

  • improved sklearn wrappers
  • update sklearn, shogun, and pp wrappers to new versions
  • do not leave temporary files around after testing
  • refactoring and cleaning up of HTML exporting features
  • improve export of signature and doc-string to public methods
  • fixed and updated FastICANode to closely resemble the original Matlab version (thanks to Ben Willmore)
  • support for new numpy version
  • new NeuralGasNode (thanks to Michael Schmuker)
  • several bug fixes and improvements

We recommend all users to upgrade.

October 24, 2011, 15:43:59
3.1

This is a bu fix release.

March 30, 2011, 19:20:57
3.0
  • Python 3 support
  • New extensions: caching and gradient
  • Automatically generated wrappers for scikits.learn algorithms
  • Shogun and libsvm wrappers
  • New algorithms: convolution, several classifiers and several user-contributed nodes
  • Several new examples on the homepage
  • Improved and expanded tutorial
  • Several improvements and bug fixes
  • New license: MDP goes BSD!
January 17, 2011, 16:46:51
2.6
  • 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.

May 14, 2010, 19:26:00
2.5

Get a full list of changes at http://mdp-toolkit.sourceforge.net/CHANGES

June 30, 2009, 14:59:55
2.4

Initial Announcement on mloss.org.

January 23, 2008, 10:20:05

Comments

No one has posted any comments yet. Perhaps you'd like to be the first?

Leave a comment

You must be logged in to post comments.