An open API service indexing awesome lists of open source software.

https://github.com/abdelrahman-amen/active_learning_in_nlp_using_small_text_technique

This project demonstrates active learning for text classification using the Small-Text library on the IMDB dataset. A logistic regression model is trained iteratively, selecting the most uncertain samples for labeling with a smart query strategy. The approach highlights efficient learning with minimal labeled data, improving model performance.
https://github.com/abdelrahman-amen/active_learning_in_nlp_using_small_text_technique

activelearning imdb logistic-regression nlp python sklearn smalltext tfidf-vectorizer uncertainty

Last synced: about 2 months ago
JSON representation

This project demonstrates active learning for text classification using the Small-Text library on the IMDB dataset. A logistic regression model is trained iteratively, selecting the most uncertain samples for labeling with a smart query strategy. The approach highlights efficient learning with minimal labeled data, improving model performance.

Awesome Lists containing this project