Chunpai / DBLP

multi-label classification on DBLP dataset with DeepWalk algorithm to extract latent dimension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files Description & Execution Order:
1. extractInProceedings.py     :  extract all inproceedings from dblp.xml to data/2014/2014inproceedings.xml
2. extractByYear.py            :  extract inproceedings from data/2014/2014inproceedings.xml by year
3. build_authors_dict.py       :
4. create_edgelist.py          :
5. latentDim.py                :

About

multi-label classification on DBLP dataset with DeepWalk algorithm to extract latent dimension


Languages

Language:Python 100.0%