CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

Added `perturb_edges` function #423

Open rbSparky opened 3 months ago

rbSparky commented 3 months ago

Relates to Issue #412

This is the first in the list of data augmentation based functionality we can add to ensure users can augment their data in many different ways and test results.

This is also the next step in testing things in combination with DropMessage paper mentioned in #412 to see how various ways of data augmentation can improve over-fitting, over-smoothing, and non-robustness(as mentioned in the paper).

CarloLucibello commented 3 months ago

Is this function present in PyG or DGL?

rbSparky commented 3 months ago

Is this function present in PyG or DGL?

yes AddEdge