keon / awesome-nlp

:book: A curated list of resources dedicated to Natural Language Processing (NLP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow and Torch implementations

the-ethan-hunt opened this issue · comments

We need to add Tensorflow and Torch implementations of various models.
P.S. As suggested by Sebastian Ruder in his tweet.

I will be working on this, but first-time contributors are welcome to contribute too!

In which model I have to add can you explain please

@aditya1359 all models are equally welcome :)

We are looking for more awesome implementations, which can range from production grade code to those meant for teaching/learning.

Added one implementation: see #147. This implementation is purely practical (to load already trained vectors in an optimized way for the GPU in TensorFlow). The code is also written as a tutorial.

So we can submit any model?
For eg) Dogs and cats image classifier in Pytorch maybe?

A large fraction of NLP papers and their implementations (both PyTorch and Tensorflow) are already covered in NLP-Progress.

Closing this issue, in favour of future contributions to that repository.

This does not mean that implementations are not important for Awesome-NLP. We will simply focus on more robust and tested ideas and code, instead of just academic implementations