view pylearn/preprocessing/__init__.py @ 1199:98954d8cb92d

v2planning - modifs to plugin_JB
author James Bergstra <bergstrj@iro.umontreal.ca>
date Mon, 20 Sep 2010 02:56:11 -0400
parents 2eb98a740823
children
line wrap: on
line source


"""Preprocessing module

This module provides little numpy functions (not necessarily Theano expressions) for one-time
pre-processing of data for modeling experiments.  The module is a work in progress, but the
sort of thing that belongs here is:

 - PCA
 - whitening (for images and video)
 - TF/IDF (for text)
 - MFCC (for audio)

"""