An open API service indexing awesome lists of open source software.

https://github.com/rituyadav92/text-classification


https://github.com/rituyadav92/text-classification

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Group 2: Word Embeddings for Predicting Political Affiliation based on Twitter Data

You may find Proposal, Posters and Paper in the respective sub-folders.

Inconctrast to the in {0} described simplistic word-representation-method, we use unsupervised word2vec to generate a pre-trained word embedding {3}.

## Resources

- [Implementing a CNN for Text Classification in TensorFlow](http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/) {0}
- Baseline paper: [Convolutional Neural Networks for Sentence Classification (Kim, 2014)](https://arxiv.org/abs/1408.5882) {1}
- [Understanding Convolutional Neural Networks for NLP](http://www.wildml.com/2015/11/understanding-convolutional-neural-networks-for-nlp/) {2}
- [Word2Vec paper](https://arxiv.org/abs/1301.3781) {3}