Graph Data Science with Neo4j: Learn how to use Neo4j 5 with Graph Data Science library 2.0 and its Python driver for your project (Paperback)
Scifo, Estelle
- 出版商: Packt Publishing
- 出版日期: 2023-01-31
- 售價: $1,760
- 貴賓價: 9.5 折 $1,672
- 語言: 英文
- 頁數: 288
- 裝訂: Quality Paper - also called trade paper
- ISBN: 180461274X
- ISBN-13: 9781804612743
-
相關分類:
NoSQL、Python、程式語言、Data Science
立即出貨 (庫存=1)
買這商品的人也買了...
-
$450$383 -
$320$272 -
$480$379 -
$1,420$1,349 -
$480$408 -
$650$553 -
$580$458 -
$680$537 -
$390$371 -
$580$493 -
$880$695 -
$680$537 -
$352分佈式實時系統數據分發服務
-
$520$406 -
$2,250$2,138 -
$580$458 -
$880$695 -
$680$537 -
$505Unity 2020 遊戲開發快速上手
-
$305Python 中文自然語言處理基礎與實戰
-
$374動手學推薦系統 — 基於 PyTorch 的算法實現 (微課視頻版)
-
$1,074$1,020 -
$594$564 -
$305知識圖譜:方法、工具與案例
-
$1,804Laws of UX: Using Psychology to Design Better Products & Services, 2/e (Paperback)
相關主題
商品描述
Supercharge your data with the limitless potential of Neo4j 5, the premier graph database for cutting-edge machine learning
Purchase of the print or Kindle book includes a free PDF eBook
Key Features
• Extract meaningful information from graph data with Neo4j's latest version 5
• Use Graph Algorithms into a regular Machine Learning pipeline in Python
• Learn the core principles of the Graph Data Science Library to make predictions and create data science pipelines.
Book Description
Neo4j, along with its Graph Data Science (GDS) library, is a complete solution to store, query, and analyze graph data. As graph databases are getting more popular among developers, data scientists are likely to face such databases in their career, making it an indispensable skill to work with graph algorithms for extracting context information and improving the overall model prediction performance.
Data scientists working with Python will be able to put their knowledge to work with this practical guide to Neo4j and the GDS library that offers step-by-step explanations of essential concepts and practical instructions for implementing data science techniques on graph data using the latest Neo4j version 5 and its associated libraries. You'll start by querying Neo4j with Cypher and learn how to characterize graph datasets. As you get the hang of running graph algorithms on graph data stored into Neo4j, you'll understand the new and advanced capabilities of the GDS library that enable you to make predictions and write data science pipelines. Using the newly released GDSL Python driver, you'll be able to integrate graph algorithms into your ML pipeline.
By the end of this book, you'll be able to take advantage of the relationships in your dataset to improve your current model and make other types of elaborate predictions.
What you will learn
• Use the Cypher query language to query graph databases such as Neo4j
• Build graph datasets from your own data and public knowledge graphs
• Make graph-specific predictions such as link prediction
• Explore the latest version of Neo4j to build a graph data science pipeline
• Run a scikit-learn prediction algorithm with graph data
• Train a predictive embedding algorithm in GDS and manage the model store
Who this book is for
If you're a data scientist or data professional with a foundation in the basics of Neo4j and are now ready to understand how to build advanced analytics solutions, you'll find this graph data science book useful. Familiarity with the major components of a data science project in Python and Neo4j is necessary to follow the concepts covered in this book.
目錄大綱
1. Introducing and Installing Neo4j
2. Using Existing Data to Build a Knowledge Graph
3. Characterizing a Graph Dataset
4. Using Graph Algorithms to Characterize a Graph Dataset
5. Visualizing Graph Data
6. Building a Machine Learning Model with Graph Features
7. Automatically Extracting Features with Graph Embeddings for Machine Learning
8. Building a GDS Pipeline for Node Classification Model Training
9. Predicting Future Edges
10. Writing Your Custom Graph Algorithm with the Pregel API