lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 73 forks source link

An example of predictive sparse decomposition? #13

Closed byzhang closed 10 years ago

byzhang commented 10 years ago

I'm new to theano and theano-nets, so sorry if it's a trivial question. But I'm wondering could you add an example for predictive sparse decomposition as in the paper http://cs.nyu.edu/~koray/publis/koray-psd-08.pdf?

lmjohns3 commented 10 years ago

Hm, I've thought about this a bit and just don't think it will fit into the framework that the theanets package establishes. You could definitely write an implementation of PSD using theano, but there are several important differences between a standard feedforward network and how PSD works (especially the alternating block learning procedure), so I think it would be difficult to include.

byzhang commented 10 years ago

Thanks for commenting on it.

byzhang commented 10 years ago

@lmjohns3 do you happen to know other framework can support PSD?