I am looking to use Pylearn2 to use on classification problems for non-image data. So I have a vector of response data and a matrix of independent variables where each row is one sample of independent variables Y(t) = X(t). Which dataset class do is use in Pylearn2 to accomplish my task.

asked Jun 07 '13 at 14:30

Omar%20Ben's gravatar image

Omar Ben
1111

Wait, rewrite this a bit better. Do you want to classify the output of ICA, don't you? Try SVM...

(Jun 13 '13 at 08:51) edersantana

One Answer:

If the data matrix is dense, use the DenseDesignMatrix class for the dataset. If it is sparse, use the SparseDataset class.

answered Jun 25 '13 at 20:02

dbecker's gravatar image

dbecker
163

edited Jun 25 '13 at 20:03

Your answer
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.