Skip to content

Commit df51018

Browse files
committed
On the home stretch...
1 parent bcaa9fe commit df51018

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

01_index.markdown

+13-6
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,26 @@ background: home/bg.png
134134
<img style="width: 70%;" alt="Raw Data in Bronze Tables" src="assets/slides/Entity-Resolution-Phase-3---Fine-Tuned-Classifier.jpg" />
135135
</center>
136136
</div>
137-
<div style="margin-top: 2%;"></div>
137+
<div style="margin-top: 3%;"></div>
138138
<h3>Step 4) Pattern Matching: Network Motif Search</h3>
139139
<div style="margin-top: 2%;"></div>
140140
<div>
141141
While it is nice to think that a single version of your data can be encoded in a graph, the reality is that you must make decisions as to which business logic to encode in the representation you choose for your knowledge graph.
142142
</div>
143143
<div style="margin-top: 2%;"></div>
144+
<div>
145+
<center>
146+
<img style="width: 70%;" alt="Multiple chain indirect ownership is a way of tracking Ultimate Beneficial Ownership (UBO)" src="assets/slides/Multiple-Path-Indirect-Ownership-Motif.jpg" />
147+
</center>
148+
</div>
149+
<div style="margin-top: 2%;"></div>
150+
<div>
151+
<center>
152+
<img style="width: 70%;" alt="A business graph risk motif showing how an incorporation services company was purchased and used to create fake companies to launder money." src="assets/slides/Corrupt-Incorporation-Services-Motif.jpg" />
153+
</center>
154+
</div>
144155
</div>
145156
<div style="margin-top: 3%;" >
146-
<div>
147-
<h2>What is a network motif? Can you search for patterns in graphs / networks?</h2>
148-
</div>
149-
</div>
150157
<div>
151158
<h2>How can a graph model my data?</h2>
152159
<div>
@@ -182,7 +189,7 @@ background: home/bg.png
182189
</center>
183190
</div>
184191
<div style="margin-top: 3%;"></div>
185-
<h2>What is graph machine learning? What is a GNN?</h2>
192+
<h2>What is graph machine learning (graph ML)? What is a GNN?</h2>
186193
<div>
187194
I'll let you in on a secret that is driving the popularity of enterprise knowledge graphs, property graphs, graph databases and Graph Neural Networks (GNNs): MOST DATA IS GRAPH DATA. To compose a single table to get the corresponding vectors, matrices and tensors we load into GPUs to drive machine learning algorithms, several tables have usually been combined [squashed] into one table. There's a problem with this... it is a lossy process. We threw away the relationships. Knowledge graphs modeled using graph machine learning (Graph ML) and graph neural networks (GNNs) are able to learn better to build more powerful models because they have a greater potential by matching the structure of the data’s entities and their relationships.
188195
</div>

0 commit comments

Comments
 (0)