Skip to content

zhenglecheng/DeepMTMV

Repository files navigation

DeepMTMV

Summary:

  • This project develops Deep-MTMV algorithm dealing with the multi-view multi-task classification problem.

Dataset

To run the code:

  • The code is written under python 3.6 with Pytorch framework and it could be ran by executing the following command:
  • python DeepMTMV.py

Important Flags in the python scripts:

  • -g: Specify the index of GPU to use if there are multiple GPUs. The default is 0;
  • -d: Specify the directory of the Webkb dataset;
  • -s: Specify the number of sample used during the training;

Note:

  • The code requires the execution of Word2vec embedding, so Linux system or Mac OS is recommended.