Neo4j: Applying Graph Algorithms on In-memory Graphs

Neo4j    |    Intermediate
  • 12 videos | 1h 54m 37s
  • Includes Assessment
  • Earns a Badge
Rating 3.7 of 3 users Rating 3.7 of 3 users (3)
This course will introduce you to several graph algorithms in Neo4j's Graph Data Science library and explore how you can apply these to different types of graphs. You begin by building a little social network of people connected as friends. Then you will cover the steps involved in modeling friendships as undirected relationships in an in-memory graph and applying algorithms to this social network. You will use measures of centrality to identify highly connected nodes in a network. Next, you dive into community detection algorithms to find clusters of friends in a social network. From there, you will model a network as a graph with weighted edges then apply traversal algorithms on this graph, from finding shortest paths between nodes to breadth-first and depth-first traversals. Finally, you get a glimpse into the FastRP algorithm to transform nodes in your graph to vectors with a specific number of dimensions. After completing this course, you will know how to apply various graphic algorithms to extract meaningful information from a graph.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Create nodes and relationships from the contents of csv files
    Use different algorithms from the graph data science library to compute the importance of each node in terms of connections
    Identify clusters of closely knit communities in a network
    Find individual nodes or clusters of nodes in a network which are not connected to one another
    Compare and contrast the different techniques available to measure the importance of page references in a network of links
  • Create a graph where each relationship has an attached weight
    Find the shortest path between two nodes in network using the implementation of dijkstra's algorithm in the graph data science library
    Use variant's of dijkstra's algorithm to find multiple paths between the nodes in a network
    Perform a breadth-first and depth-first traversal of a graph
    Represent each node in your graph as a vector defined in a specified number of dimensions
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 53s
  • 11m 7s
  • Locked
    3.  Exploring Measures of Centrality
    10m 43s
  • Locked
    4.  Detecting Communities in a Graph
    11m 25s
  • Locked
    5.  Identifying Disconnected Components
    9m 57s
  • Locked
    6.  Applying Page Rank and Article Rank
    12m 31s
  • Locked
    7.  Building a Weighted Graph
    10m 15s
  • Locked
    8.  Using Dijkstra's Shortest Path Algorithm
    12m 38s
  • Locked
    9.  Finding Multiple Shortest Paths
    12m 13s
  • Locked
    10.  Performing Graph Traversal
    9m 26s
  • Locked
    11.  Transforming Nodes to Vectors with FastRP
    9m 17s
  • Locked
    12.  Course Summary
    2m 13s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 133 users Rating 4.5 of 133 users (133)
Rating 4.3 of 6 users Rating 4.3 of 6 users (6)
Rating 4.6 of 48 users Rating 4.6 of 48 users (48)