Active learning

We all know that classifiers work well with labeled data, but that is not always the case with stream data. For example, the data from a stream may come unlabeled. Labeling data is costly, because it requires human intervention to label the unlabeled data. We understand that the streams generate large amounts of data. Active learning algorithms only do the labeling for selective data. The data to be labeled is decided on from historical data suited for pool-based settings. Regular retraining is required to decide whether a label is required for incoming instances. A simple strategy for labeling data is to use a random strategy. It is also called a baseline strategy, and it asks for a label for each incoming instance with probability of a budget for labelling. Another strategy is to ask for a label for the instance for which the current classifier is least confident. This may work fine, but soon, the classifier will exhaust its budget or reach its threshold.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.2.225