Skip to content

Demonstrating and visualising graph data science and ML using neo4j and GDS with the Northwind and Cora datasets

Notifications You must be signed in to change notification settings

Andrewwango/neo4j-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-demos

This repo contains notebooks demonstrating and visualising graph data science and ML using Neo4j and Graph Data Science with the Northwind and Cora datasets.

Contents

Cora

This demo compares classification using a tabular dataset vs using a graph dataset. Using Neo4j and the Graph Data Science libraries, we show that modelling the data using a graph allows us to achieve better classification accuracy!

The problem studied is classifying a dataset of academic papers into categories using the Cora dataset. Read the full tutorial here: "Comparing ML using tabular vs graph data models with the Cora dataset".

Northwind

Here we show how querying a customer-product type of dataset may be easier with a graph data model vs tabular data model. This shows query commands using the Cypher language and their equivalents in SQL. We use the Northwind dataset of customers, products, suppliers and orders.

Rendered

Rendered Quarto blog for Cora demo.