lisa-lab / pylearn2

Warning: This project does not have any current developer. See bellow.
BSD 3-Clause "New" or "Revised" License
2.75k stars 1.09k forks source link

Where to put contributed code? #1318

Open nouiz opened 9 years ago

nouiz commented 9 years ago

This email: [pylearn-users] Neural tensor network

give an implentation to of a neural tensor layer (Socher et al. 2013) here:

https://gist.github.com/minhlab/9f4109dcdb66b2ce6358

Socher, R., Chen, D., Manning, C. D., & Ng, A. Y. (2013). Reasoning With Neural Tensor Networks for Knowledge Base Completion. Advances in Neural Information Processing Systems, 926–934.

Where should be put this type of things?

I just created a wiki page for related-project like in Theano. If you have a better place, idea, tell it!

https://github.com/lisa-lab/pylearn2/wiki/Related-projects

goodfeli commented 9 years ago

netnsor.py could be merged into pylearn2.models if it included tests.

nouiz commented 9 years ago

Are we sure we want to include all models in pylearn2? It add much maintenance. Having a page with link to code would distribute the maintenance to other people, not just pylearn2 contributor.