How to get started with the new Graph Data Science Library of Neo4j

By Medium - 2020-11-02

Description

Big changes to the way graph data science is managed in Neo4j present big opportunity

Summary

  • Big changes to the way graph data science is managed in Neo4j present big opportunity The field of graph analytics has been around for a long time.
  • Graphs are regularly used to enhance search capabilities, recommend products to shoppers on e-commerce sites, detect fraud, or to map the shortest route from point A to point B. Neo4j has long been a key player in the world of graph databases.
  • But the node and edge queries require a little explanation.
  • Note that we are working with the node IDs from before where we convert these from their respective IDs through the gds.util.asNode(nodeId) commands to properties we recognize, like id and name .

 

Topics

  1. Database (0.45)
  2. Backend (0.25)
  3. Machine_Learning (0.13)

Similar Articles

What was the data approach to breaking The FinCEN Files?

By diginomica - 2020-09-24

How do you work backwards from thousands of disconnected PDFs to the 100,000 suspicious financial transactions they’re reporting on? A combination of hard human work, OCR, data analysis and graph.

7 Ways Your Data Is Telling You It’s a Graph

By Neo4j Graph Database Platform - 2015-12-23

Watch (or read) Senior Project Manager Karen Lopez’s GraphConnect presentation on the signs that your data is actually a graph and needs a graph database.

QuickGraph#17 The English WordNet in Neo4j (part 2)

By Jesús Barrasa - 2021-02-05

In this second post on WordNet on Neo4j I will be focusing on querying and analysing the graph that we created in the previous post. I'll leave for a third one more advanced analysis and integrations ...