# DeepGraphCNNforTexts **Repository Path**: liusure/DeepGraphCNNforTexts ## Basic Information - **Project Name**: DeepGraphCNNforTexts - **Description**: https://github.com/HKUST-KnowComp/DeepGraphCNNforTexts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deepgraphcnn The code for our WWW2018 paper "Large-Scale Hierarchical Text Classification with Recursively Regularized Deep Graph-CNN" Readers are welcomed to fork this repository to reproduce the experiments and follow our work. Just remmeber to cite our paper @inproceedings{peng2018deepgraphcnn, title={Large-Scale Hierarchical Text Classification with Recursively Regularized Deep Graph-CNN}, author={Peng, Hao and Li, Jianxin and He, Yu and Liu, Yaopeng and Bao, Mengjiao and Song, Yangqiu and Yang, Qiang}, booktitle={WWW}, year={2018} } ## Requirements - Python 3 - Tensorflow > 0.8 - Numpy Train: graphcnn_train.py