Skip to main content

Label Propagation

2017


Brief Introduction of Label Propagation Algorithm

·2 mins

As I said before, I’m working on a text classification project. I use doc2vec to convert text into vectors, then I use LPA to classify the vectors.

LPA is a simple, effective semi-supervised algorithm. It can use the density of unlabeled data to find a hyperplane to split the data.