Max-margin DeepWalk
Max-margin DeepWalk
Code of IJCAI2016: “Max-Margin DeepWalk: Discriminative Learning of Network Representation”
We evaluate MMDW with three datasets, including Cora, Citeseer and Wiki.
Run the following command to learn max-margin DeepWalk:
java -jar mmdw.jar "dataset" "data_folder" "order_of_alphaBias"
Here is an example:
java -jar mmdw.jar Cora data/ -3
If you use the code, please cite this paper:
Cunchao Tu, Weicheng Zhang, Zhiyuan Liu, Maosong Sun. Max-Margin DeepWalk: Discriminative Learning of Network Representation. International Joint Conference on Artificial Intelligence (IJCAI 2016).
For more related works on network representation learning, please refer to my homepage.