Semi-supervised network embedding

  • Chaozhuo Li ,
  • Zhoujun Li ,
  • Senzhang Wang ,
  • Yang Yang ,
  • Xiaoming Zhang ,
  • JIanshe Zhou

DASFAA |

Network embedding aims to learn a distributed representation vector for each node in a network, which is fundamental to support many data mining and machine learning tasks such as node classification, link prediction, and social recommendation. Current popular network embedding methods normally first transform the network into a set of node sequences, and then input them into an unsupervised feature learning model to generate a distributed representation vector for each node as the output. The first limitation of existing methods is that the node orders in node sequences are ignored. As a result some topological structure information encoded in the node orders cannot be effectively captured by such order-insensitive embedding methods. Second, given a particular machine learning task, some annotation data can be available. Existing network embedding methods are unsupervised and are not …