Sentence Classification
- 0 Collaborators
Using word vector and cnn , this projects would create a model to successfully determine the classes. ...learn more
Overview / Usage
Use of word2vec, fasttext and glove with the cnn to classify the class of sentence is the goal of this project. Further rnn and lstm would be used.Most of the things on this project would be based on Kim yoon' s paper (https://arxiv.org/abs/1408.5882).