Git Product home page Git Product logo

neo4j-yelp's Introduction

Neo4j's Graph Data Science (gds) library

Neo4j's gds library contains graph algorithms which are divided into categories which represent different problem classes.

Category Description Algorithms
Centrality Are used to determine the importance of distinct nodes in a network. Page Rank, Article Rank, Eigenvector Centrality, Betweeness Centrality, Degree Centrality
Community Detection Are used to evaluate how groups of nodes are clustered or partitioned, as well as their tendency to strengthen or break apart. Louvain, Label Propagation, Weakly Connected Components, Triangle Count, Local Clustering Coefficient
Path finding Are used to find the shortest path between two or more nodes or evaluate the availability and quality of paths. Dijkstra Source-Target, Dijkstra Single-Source, A*, Yen’s algorithm
Similarity Are used to compute the similarity of pairs of different vector-based metrics. Node similarity,K-Nearest Neighbors

Ensure that the Graph Data Science Library is installed. It can be found under Plugins (which is activated by clicking on the database name, e.g. "Movie DBMS..." in my case). image

Some scenarios which I want to run with gds:

  1. Find communities within the graph
  2. For these communities (or one of the communities), find the top 10 important nodes(users)
  3. Find in-between nodes(users) which acts as the "bridge" between different communities

A thing to note is that "the graph algorithms library operates completely on the heap, which means we’ll need to configure our Neo4j Server with a much larger heap size than we would for transactional workloads." link

Topics

neo4j-yelp's People

Contributors

gzaifa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.