view pylearn/preprocessing/__init__.py @ 1512:7f166d01bf8e

Remove deprecation warning.
author Frederic Bastien <nouiz@nouiz.org>
date Mon, 12 Sep 2011 11:59:55 -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)

"""