foamliu/Self-Attention-Keras
自注意力与文本分类
This project helps data scientists and machine learning practitioners categorize text reviews as positive or negative. It takes pre-processed movie reviews, where words are represented by numerical indices, and outputs a classification model. This model can then be used to automatically determine the sentiment of new text data.
119 stars. No commits in the last 6 months.
Use this if you are a machine learning practitioner looking to apply and evaluate self-attention mechanisms for sentiment classification on pre-indexed text data.
Not ideal if you need a solution for unstructured text that hasn't been pre-processed, or if you require state-of-the-art performance beyond a basic sentiment classification task.
Stars
119
Forks
38
Language
Python
License
Apache-2.0
Last pushed
Nov 03, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/foamliu/Self-Attention-Keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch