Skip to content

Commit acc065f

Browse files
committedMar 7, 2023
More cleanup
1 parent 5ebbe78 commit acc065f

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed
 

Diff for: ‎01_index.markdown

+15-16
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ background: home/bg.png
8686
</div>
8787
<div style="margin-top: 2%;"></div>
8888
<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.
9090
</div>
9191
<div style="margin-top: 2%;"></div>
9292
<div>
@@ -118,6 +118,18 @@ background: home/bg.png
118118
</div>
119119
<div style="margin-top: 3%;" >
120120
</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>
121133
<div>
122134
<h2>What is a property graph, knowledge graph and triple store?</h2>
123135
<div>
@@ -132,28 +144,15 @@ background: home/bg.png
132144
<div style="margin-top: 2%;"></div>
133145
<h2>Why should I build a knowledge graph for my business?</h2>
134146
<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.
136148
</div>
137149
<div style="margin-top: 2%;"></div>
138150
<div>
139151
<center>
140-
<img style="width: 900px;" alt="" src="assets/home/types_of_graph.png">
152+
<img style="width: 900px;" alt="Networks vs sequence representations. Networks preserve inherent relational bias of data" src="assets/home/different_types_of_networks.png">
141153
</center>
142154
</div>
143155
</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>
157156
<div>
158157
<div style="margin-top: 2%;"></div>
159158
<h2>I use a certain tool or platform. Can you help me?</h2>

0 commit comments

Comments
 (0)