dongjun-Lee/transfer-learning-text-tf
Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)
This helps machine learning engineers improve the accuracy of text classification models, especially when they have limited labeled data. It takes your existing text datasets and an optional pre-trained model (like an auto-encoder or language model), then outputs a more accurate text classification model. This is for data scientists or machine learning practitioners building text analysis systems.
No commits in the last 6 months.
Use this if you need to classify text and want to leverage semi-supervised learning techniques to get better performance with less labeled data.
Not ideal if you are looking for a plug-and-play solution without needing to engage in machine learning model development or training.
Stars
82
Forks
22
Language
Python
License
—
Last pushed
Oct 29, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dongjun-Lee/transfer-learning-text-tf"
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