kstrassheim/active-learning-with-deep-learning-for-nlp
We present our concept of a new type of Active-Learning for Deep Learning with NLP text classification and experimentally prove its performance against Random Sampling as well as its runtime performance on the Security Threat dataset from CySecAlert. These new Active Learning algorithms are based on Sentence-BERT and BERTopic clustering algorithms with allow us to generate fixed length tokens for whole sentences to make them comparable to each other. Further the Tokens are Clustered using K-Means or HDBScan to get diverse clusters to pick the samples out of them.
No commits in the last 6 months.
Stars
6
Forks
—
Language
Jupyter Notebook
License
GPL-3.0
Category
Last pushed
Jun 05, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kstrassheim/active-learning-with-deep-learning-for-nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davidberenstein1957/classy-classification
This repository contains an easy and intuitive approach to few-shot classification using...
inspirehep/magpie
Deep neural network framework for multi-label text classification
castorini/hedwig
PyTorch deep learning models for document classification
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
kk7nc/Text_Classification
Text Classification Algorithms: A Survey