Semantic graphs, also known as knowledge graphs or semantic networks, build a graph network with semantic relationships connecting the nodes. They can

[P] Graph path traversal with semantic graphs : MachineLearning

submited by
Style Pass
2022-09-22 11:30:30

Semantic graphs, also known as knowledge graphs or semantic networks, build a graph network with semantic relationships connecting the nodes. They can be used to explore topics, data connectivity and perform network analysis.

One interesting application is path traversal to analyze the connectivity of a dataset. These semantic relationships can be between text, audio and/or images.

https://preview.redd.it/cv7wzjdkgbp91.png?width=1268&format=png&auto=webp&s=6235f4f27280397da92f725418d237adba432187

The illustration above demonstrates how a graph's relationships are used to walk a path between two totally unrelated snippets of text.

https://preview.redd.it/5onn0d33hbp91.png?width=1482&format=png&auto=webp&s=5b15e7de0f61868370021126da3b18e9bc22a120

This path is starting with a person parachuting and uses the semantic graph's relationships to walk a path to a picture of a person holding a french horn.

Leave a Comment