<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge-Graphs on Ryan Orban</title><link>https://ryanorban.com/categories/knowledge-graphs/</link><description>Recent content in Knowledge-Graphs on Ryan Orban</description><generator>Hugo</generator><language>en-us</language><managingEditor>me@ryanorban.com (Ryan Orban)</managingEditor><webMaster>me@ryanorban.com (Ryan Orban)</webMaster><copyright>Ryan Orban</copyright><lastBuildDate>Thu, 07 Jul 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://ryanorban.com/categories/knowledge-graphs/index.xml" rel="self" type="application/rss+xml"/><item><title>A Survey on Graph Representation Learning Methods</title><link>https://ryanorban.com/notes/survey-graph-representation-learning/</link><pubDate>Thu, 07 Jul 2022 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/survey-graph-representation-learning/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Khoshraftar and An (York University) survey the field of graph representation learning, organizing methods into three broad families: shallow node embeddings, graph neural networks, and knowledge graph embeddings. The goal throughout is to learn low-dimensional vector representations that preserve graph structure — proximity, community membership, relational patterns — so that downstream tasks like node classification, link prediction, and graph classification can be solved with standard ML pipelines.&lt;/p&gt;</description></item><item><title>Graph-Powered Machine Learning</title><link>https://ryanorban.com/notes/graph-powered-machine-learning/</link><pubDate>Tue, 05 Apr 2022 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/graph-powered-machine-learning/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Alessandro Negro&amp;rsquo;s 2021 Manning Publications book is a practitioner-oriented treatment of applying machine learning to and with graph-structured data. The book uses Neo4j as the primary graph database throughout, grounding abstract concepts in a system readers can run locally. Topics span knowledge graphs, graph neural networks (GNNs), community detection, and link prediction, forming a progression from graph fundamentals to advanced ML techniques.&lt;/p&gt;</description></item><item><title>An Introduction to Knowledge Graphs</title><link>https://ryanorban.com/notes/intro-knowledge-graphs/</link><pubDate>Sat, 22 May 2021 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/intro-knowledge-graphs/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;This Stanford AI Lab blog post introduces knowledge graphs — structured representations of real-world entities and their relationships — covering both the conceptual foundations and the practical challenges of building and maintaining them. A knowledge graph stores facts as triples: (entity, relation, entity), e.g., (Barack Obama, bornIn, Hawaii). The structure enables reasoning, question answering, and semantic search that plain text retrieval can&amp;rsquo;t match.&lt;/p&gt;</description></item></channel></rss>