TGTGInsighttelegram intelligenceLIVE / telegram public index
← Graph Machine Learning
Graph Machine Learning avatar

TGINSIGHT POST

Post #483

@graphml

Graph Machine Learning

Vues2,170Nombre de vues
Publié9 avr.09/04/2021 08:42
Contenu

Contenu du post

Bag of Tricks for Semi-Supervised classification There is a nice short paper on tricks employed on improving performance of GNN. The author, Yangkun Wang, from DGL team has a lot of high scoring entries in the OGB leaderboard, so it's worth employing these tricks: they boost performance a bit but do it consistently. The tricks include: * data augmentation * using labels as node features * renormalization of adjacency matrix * novel loss functions * residual connections from the input