II.
Topic JSON
Structured · livetopic:graph-embedding
Graph Embedding json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:graph-embedding",
"_kind": "Topic",
"_file": "domain/topics/topics-scope-context.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Graph Embedding",
"description": "Vector embeddings of graph nodes and edges for similarity search,\nrecommendations, and link prediction. Techniques like node2vec,\nTransE, and GNN-based approaches for representing graph structure\nin continuous vector spaces.\n"
},
"outgoingEdges": [
{
"from": "topic:graph-embedding",
"to": "domain:data-science",
"kind": "applies_to"
},
{
"from": "topic:graph-embedding",
"to": "domain:databases",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:data-science",
"to": "topic:graph-embedding",
"kind": "contains"
},
{
"from": "domain:databases",
"to": "topic:graph-embedding",
"kind": "contains"
}
]
}