pyTorch-text-classification icon indicating copy to clipboard operation
pyTorch-text-classification copied to clipboard

pyTorch-text-classification

pyTorch-text-classification

reference

This is the implementation of Kim, 2014 Convolutional Neural Networks for Sentence Classification with PyTorch.
It is implemented based on

https://github.com/dennybritz/cnn-text-classification-tf and
https://github.com/Shawn1993/cnn-text-classification-pytorch