bkj/ulm-basenet
Implementation of ULMFit algorithm for text classification via transfer learning
This tool helps data scientists and machine learning engineers classify text documents more effectively, especially when they have limited labeled data. It takes raw text data as input and outputs a highly accurate text classification model, suitable for tasks like sentiment analysis or topic labeling. It's designed for practitioners who want to leverage advanced transfer learning techniques for natural language processing.
No commits in the last 6 months.
Use this if you need to build a robust text classification model with minimal labeled training data, by applying transfer learning techniques.
Not ideal if you are looking for a plug-and-play solution without any coding or machine learning expertise.
Stars
95
Forks
18
Language
Python
License
—
Last pushed
Feb 12, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bkj/ulm-basenet"
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