ixxi-dante / an2vec

Bringing node2vec and word2vec together for cool stuff
GNU General Public License v3.0
22 stars 6 forks source link

Possible model improvements / optimisations #20

Open wehlutyk opened 6 years ago

wehlutyk commented 6 years ago

None of these are necessary, I'm just listing them to keep track of all the possible small-ish changes that might improve performance or reduce the need for resources:

Normalizations:

Connections:

Reduction of necessary parameters and resources:

Noise for training:

Removing unneeded left-overs:

Different models:

wehlutyk commented 6 years ago

How Powerful are Graph Neural Networks? uses batch-normalisation at all layers.