Active Learning Algorithms

PASSIVE AGGRESSIVE CLASSIFIER

  1. 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