<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>MDP</name>
<shortdesc>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. Implemented algorithms include Principal Component Analysis (PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA), and many more.</shortdesc>
<description>The 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.
        
        From the user's perspective, MDP consists of a collection of
        supervised and unsupervised learning algorithms, and other data
        processing units (nodes) that can be combined into data processing
        sequences (flows) and more complex feed-forward network
        architectures. Given a set of input data, MDP takes care of
        successively training or executing all nodes in the network. This
        allows the user to specify complex algorithms as a series of simpler
        data processing steps in a natural way.
        
        The base of available algorithms is steadily increasing and includes,
        to name but the most common, Principal Component Analysis (PCA and
        NIPALS), several Independent Component Analysis algorithms (CuBICA,
        FastICA, TDSEP, JADE, and XSFA), Slow Feature Analysis, Gaussian
        Classifiers, Restricted Boltzmann Machine, and Locally Linear
        Embedding.
        
        Particular care has been taken to make computations efficient in terms
        of speed and memory.  To reduce memory requirements, it is possible to
        perform learning using batches of data, and to define the internal
        parameters of the nodes to be single precision, which makes the usage
        of very large data sets possible.  Moreover, the 'parallel' subpackage
        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.
        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. The ability to train each phase
        using chunks of input data is maintained if the chunks are generated
        with iterators. Moreover, crash recovery is optionally available: in
        case of failure, the current state of the flow is saved for later
        inspection.
        
        MDP 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 side together with the reusability of the implemented nodes
        make it also a valid educational tool.
        
        http://mdp-toolkit.sourceforge.net</description>
<download-page>http://sourceforge.net/project/showfiles.php?group_id=116959</download-page>
<homepage rdf:resource="http://mdp-toolkit.sourceforge.net" />
<maintainer><foaf:Person><foaf:name>Pietro Berkes, Niko Wilbert, and Tiziano Zito</foaf:name>
<foaf:mbox_sha1sum>2dac8e68dd4df6ed4c94b3a8363a4d8f4580b2e7</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.5</revision></Version></release>
</Project></rdf:RDF>