Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Graph Analytics with Neo4j

You're reading from  Hands-On Graph Analytics with Neo4j

Product type Book
Published in Aug 2020
Publisher Packt
ISBN-13 9781839212611
Pages 510 pages
Edition 1st Edition
Languages
Author (1):
Estelle Scifo Estelle Scifo
Profile icon Estelle Scifo
Toc

Table of Contents (18) Chapters close

Preface 1. Section 1: Graph Modeling with Neo4j
2. Graph Databases 3. The Cypher Query Language 4. Empowering Your Business with Pure Cypher 5. Section 2: Graph Algorithms
6. The Graph Data Science Library and Path Finding 7. Spatial Data 8. Node Importance 9. Community Detection and Similarity Measures 10. Section 3: Machine Learning on Graphs
11. Using Graph-based Features in Machine Learning 12. Predicting Relationships 13. Graph Embedding - from Graphs to Matrices 14. Section 4: Neo4j for Production
15. Using Neo4j in Your Web Application 16. Neo4j at Scale 17. Other Books You May Enjoy

What this book covers

Chapter 1, Graph Databases, provides a review of graph database concepts, starting from graph theory and important definitions to the node and relationship model of Neo4j.

Chapter 2, The Cypher Query Language, covers the basics of Cypher, the query language used by Neo4j, which will be used throughout this book for data import and pattern matching. APOC utilities for data import are also studied. In this chapter, we will start building the graph of Neo4j contributors on GitHub, which will be used elsewhere in this book.

Chapter 3, Empowering Your Business with Pure Cypher, explains how to build a knowledge graph from structured and unstructured data (using NLP) and start applying it from graph-based search or recommendation engines. We will use the graph of Neo4j contributors on GitHub and extend this thanks to natural language analysis and external publicly available knowledge graphs (namely, Wikidata).

Chapter 4, The Graph Data Science Library and Path Finding, explains the main principles of the graph data science plugin for Neo4j and uses our first algorithms with the shortest path-finding applications.

Chapter 5, Spatial Data, explains how, thanks to the Neo4j Spatial plugin, we will be able to store and query spatial data (points, lines, and polygons). Coupling Neo4j Spatial with the graph data science plugin, we will create a routing engine in Manhattan, New York.

Chapter 6, Node Importance, covers the different centrality algorithms, depending on how you define node importance, their applications, and usage from the GDS.

Chapter 7, Community Detection and Similarity Measures, covers the different algorithms to detect structures in a graph and how to visualize them using JavaScript libraries.

Chapter 8, Using Graph-Based Features in Machine Learning, explains how, starting from a flat CSV file, we will build a full machine learning project, reviewing the different steps required to build a predictive pipeline (feature engineering, model training, and model evaluation). We will then transform our flat CSV data to a graph using extra knowledge of our data and learn how graph algorithms can enhance the performance of a classification task.

Chapter 9, Predicting Relationships, explains how, in a time-evolving graph, we will formulate a link prediction problem as a machine learning problem with a training and test set.

Chapter 10, Graph Embedding – from Graphs to Matrices, explains how algorithms can automatically learn features for each node in a graph. Using an analogy with word embedding, we will learn how the DeepWalk algorithm works. We will then go even deeper and learn about graph neural networks and their use cases. Applications will be given using both Python and some dependencies and the GDS implementation of node2vec and GraphSAGE.

Chapter 11, Using Neo4j in Your Web Application, covers how, in order to use Neo4j and the tools we have studied in the previous chapter in a live application, we will create a web application using either Python and its popular Flask framework, or JavaScript and a GraphQL API.

Chapter 12, Neo4j at Scale, provides an overview of the possibilities offered by the GDS and Neo4j 4 in order to manage big data.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}