tuzhucheng/MP-CNN-Variants
Variants of Multi-Perspective Convolutional Neural Networks
This project offers variations of Multi-Perspective Convolutional Neural Networks, a tool for comparing text. It takes two sentences as input and determines how similar their meanings are. This is useful for researchers and practitioners in natural language processing who need to evaluate and compare different methods for understanding sentence relationships.
No commits in the last 6 months.
Use this if you are a researcher or NLP practitioner evaluating methods for semantic similarity between sentences or answer selection tasks.
Not ideal if you are looking for a ready-to-use application or a solution for production deployment without deep technical knowledge.
Stars
22
Forks
12
Language
Jupyter Notebook
License
—
Last pushed
Jul 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tuzhucheng/MP-CNN-Variants"
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
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch