Challenge: Weighted graph projection and analysis
You've learned how to project graphs with iFull definition for undirected relationship (opens in a new tab)A relationship with no direction. Neo4j GDS represents them as parallel relationships in opposite directions. and weights. You've used iFull definition for node similarity (opens in a new tab)An algorithm that scores how alike two nodes are by comparing the neighbours they share. in the previous lesson to find similar movies and write iFull definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. back to the database.
Now it's time to take Node Similarity further by using it in stream mode on a directed, weighted, iFull definition for bipartite graph (opens in a new tab)A graph with two kinds of node, where every relationship joins one kind to the other and never two of the same kind. to analyze user similarity without writing back to the database.
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register