view pylearn/dataset_ops/README.txt @ 998:8ba8b08e0442

added the image_patches dataset used in RanzatoHinton2010 modified mcRBM to use it.
author James Bergstra <bergstrj@iro.umontreal.ca>
date Tue, 24 Aug 2010 16:51:53 -0400
parents 67b92a42f86b
children
line wrap: on
line source

The dataset_ops folder contains Theano Ops that provide dataset access to theano
programs.

The protocol.py file sets out the basic convention that is followed by the Ops
in the other files.

For an example of how to set up a dataset whose elements are slices from some
big underlying tensor, see MNIST.py.

For an example of how to set up a dynamically-generated dataset, see
gldataset.py.