Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find the popular NLP Technique #4

Open
stoplime opened this issue Jun 4, 2018 · 4 comments
Open

Find the popular NLP Technique #4

stoplime opened this issue Jun 4, 2018 · 4 comments
Assignees
Labels

Comments

@stoplime
Copy link
Owner

stoplime commented Jun 4, 2018

List out all the popular Techniques being used in NLP. Such examples would be like attention CNN replacing recurrent networks.

@stoplime stoplime added the literature review Lit review label Jun 4, 2018
@stoplime stoplime added this to the Week1 Scrum milestone Jun 4, 2018
@stoplime
Copy link
Owner Author

stoplime commented Jun 7, 2018

https://arxiv.org/pdf/1408.5882v2.pdf
http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/
Use a Word2Vec to do unsupervised pre-processing on the sentences before running it through a CNN for best performance.
It doesn't have to be Word2Vec I don't think cause fastText is a better version of Word2Vec. Maybe we could use that? https://github.com/facebookresearch/fastText

@stoplime
Copy link
Owner Author

stoplime commented Jun 7, 2018

@samskhan
Copy link
Collaborator

@stoplime stoplime removed this from the Week1 Scrum milestone Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants