AICurious Logo

What is: Strain Elevation Tension Spring embedding?

Year2000
Data SourceCC BY-SA - https://paperswithcode.com

SETSe is a deterministic physics based graph embedding algorithm. It embeds weighted feature rich networks. It treats each edge as a spring and each node as a bead whose movement is constrained by the graph adjacency matrix so that the nodes move in parallel planes enforcing a minimum distance between neighboring nodes. The node features act as forces moving the nodes up and down. The network converges to the embedded state when the force produced by each node is equal and opposite to the sum of the forces exerted by its edges, creating a net force of 0.

SETSe has no conventional loss function and does not attempt to place similar nodes close to each other.