Active Learning Algorithms
PASSIVE AGGRESSIVE CLASSIFIER
The Passive Aggressive (PA) algorithm is perfect for classifying massive streams of data (e.g. Twitter). It's easy to implement and very fast, but does not provide global guarantees like the support-vector machine (SVM).
Last updated