Active-Learning-in-Text-classification

A Small Proof of concepts to illustrate Active learning in Text classification usecases

This project is maintained by rajagurunath

Active-Learning-in-Text-classification

Documentation: Active learning

To Achieve Active learning in Text classification usecases ,Both the Transformers (Representation of the text ) and classifiers built upon the Representations should Learn actively ,i.e able to update itself with new data

Text classification consists of two stages :

Active learning in this Repository -Implementation details:

Steps taken to convert Unlabeled text data to labeled data in this demo are :

RoadMap: