/gcn

simple gcn for node classification and route prediction

Primary LanguagePython

gcn

gcn for node classification and route prediction

example usage

# perform link prediction on cora dataset, train 800 epochs
python gcn_lc.py --dataset=cora --epochs=800