You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01_index.markdown
+15-16
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ background: home/bg.png
86
86
</div>
87
87
<div style="margin-top: 2%;"></div>
88
88
<div>
89
-
Manual blocking and matching for numerous datasets is a cumbrsome and expensive activity. Advances in AI - representation learning and an architecture from Google called Grale - make a generic entity resolution (ER) system possible. This system is configurable to work across multiple datasets by embedding records using large language models (LLMs) such as GPT-3 or ChatGPT, but tuned specifically for the entity matching task.
89
+
Manual blocking and matching for numerous datasets is a cumbersome and expensive activity. Advances in AI - representation learning and an architecture from Google called Grale - make a generic entity resolution (ER) system possible. This system is configurable to work across multiple datasets by embedding records using large language models (LLMs) such as GPT-3 or ChatGPT, but tuned specifically for the entity matching task.
90
90
</div>
91
91
<div style="margin-top: 2%;"></div>
92
92
<div>
@@ -118,6 +118,18 @@ background: home/bg.png
118
118
</div>
119
119
<div style="margin-top: 3%;" >
120
120
</div>
121
+
<div>
122
+
<h2>Can a graph model my data?</h2>
123
+
<div>
124
+
Property graphs can represent data from any database you throw at them.
125
+
</div>
126
+
<div style="margin-top: 2%;"></div>
127
+
<div>
128
+
<center>
129
+
<img style="width: 900px;" alt="Simple vs property graphs" src="assets/home/types_of_graph.png">
130
+
</center>
131
+
</div>
132
+
</div>
121
133
<div>
122
134
<h2>What is a property graph, knowledge graph and triple store?</h2>
123
135
<div>
@@ -132,28 +144,15 @@ background: home/bg.png
132
144
<div style="margin-top: 2%;"></div>
133
145
<h2>Why should I build a knowledge graph for my business?</h2>
134
146
<div>
135
-
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. Graph neural networks 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.
147
+
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.
<img style="width: 900px;" alt="Networks vs sequence representations. Networks preserve inherent relational bias of data" src="assets/home/different_types_of_networks.png">
141
153
</center>
142
154
</div>
143
155
</div>
144
-
<!-- Next section -->
145
-
<div>
146
-
<div style="margin-top: 2%;"></div>
147
-
<h2>What’s the real story with Graph Neural Networks (GNNs)?</h2>
148
-
<div>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. Graph neural networks 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.
149
-
</div>
150
-
<div style="margin-top: 2%;"></div>
151
-
<div>
152
-
<center>
153
-
<img style="width: 900px;" alt="Property Graphs vs Triple Stores: Reification, making objects out of properties" src="assets/home/different_types_of_networks.png">
154
-
</center>
155
-
</div>
156
-
</div>
157
156
<div>
158
157
<div style="margin-top: 2%;"></div>
159
158
<h2>I use a certain tool or platform. Can you help me?</h2>
0 commit comments