Open lukedeo opened 7 years ago
I agree, but I think @fchollet would get the most traction with a tweet
I assume keras itself has a contributions document, I suggest adding a reference to this there as well, explaining the process of first contributions going here then how eventual promotion to mainline keras would work.
By the way, I think we'd better open an issue for contribution request to list some new functions that we need, such as a list of new activations, layers, optimizers and examples, just like https://github.com/fchollet/keras/issues/3617. I'll do a quick research review to give an initial list, any suggestions will be welcomed.
I think the best way to encourage contributions would be to have a website to showcase the contributions.
Even better, if each thingy had a separate page with a description section and a comments section.
Maybe a github.page where every contirbutors can showcase their add? It's super easy to setup and it's free
Hey, guys! Finally should have free time over the summer.
Every once in a while a good idea pops up on the forums and I try to refer it over here. The hardest part is just getting the ball rolling.
keras-contrib
is referenced in the keras contributing.md
but mayber there are more prominent locations that might be appropriate, such as the issue or PR submission forms.
A few repos I might want to clean up and consolidate into keras-contrib:
y=a(xW+b)
. Neural Tensor Layers are y=a(xUx+xW+b)
, so it is like a quadratic extension. Really simple but cool stuff and not deep enough research on this out there.Cheers
sounds cool, there are also a bunch of items in the set of issues: https://github.com/farizrahman4u/keras-contrib/issues
A few good ones in the keras issues, too. The idea of better generators for image data and text data would be really useful.
I feel like we should do a PR push (i.e., Twitter) to get people contributing and interested here. Thoughts?