From b3d85f46fce7c8d469c9ecfe9e625c1139922365 Mon Sep 17 00:00:00 2001 From: Mark Needham Date: Tue, 28 Jul 2020 10:39:53 +0100 Subject: [PATCH] add description --- .../community-detection-algorithms-key-topics.adoc | 1 + .../graph-embeddings/graph-embeddings-key-topic.adoc | 1 + .../graph-embeddings/graph-embeddings-tutorial.adoc | 1 + .../graph-search-algorithms-key-topic.adoc | 1 + graph-data-science/nlp/neo4j-nlp.adoc | 1 + .../path-finding-algorithms-key-topic.adoc | 1 + 6 files changed, 6 insertions(+) diff --git a/graph-data-science/community-detection-algorithms/community-detection-algorithms-key-topics.adoc b/graph-data-science/community-detection-algorithms/community-detection-algorithms-key-topics.adoc index 8c404f03..44aa7d89 100644 --- a/graph-data-science/community-detection-algorithms/community-detection-algorithms-key-topics.adoc +++ b/graph-data-science/community-detection-algorithms/community-detection-algorithms-key-topics.adoc @@ -11,6 +11,7 @@ :author: Mark Needham :category: graph-data-science :tags: graph-data-science, graph-algorithms, community-detection, clustering +:description: This guide covers community detection algorithms in the Neo4j Data Science Library, like Louvain, Label Propagation, Weakly Connected Components, and more. .Goals [abstract] diff --git a/graph-data-science/graph-embeddings/graph-embeddings-key-topic.adoc b/graph-data-science/graph-embeddings/graph-embeddings-key-topic.adoc index 6792a002..be12e213 100644 --- a/graph-data-science/graph-embeddings/graph-embeddings-key-topic.adoc +++ b/graph-data-science/graph-embeddings/graph-embeddings-key-topic.adoc @@ -11,6 +11,7 @@ :author: Mark Needham :category: graph-data-science :tags: graph-data-science, graph-algorithms, graph-embeddings, machine-learning +:description: This guide covers graph embeddings in the Neo4j Data Science Library, like node2Vec, GraphSAGE, and Random Projection. .Goals [abstract] diff --git a/graph-data-science/graph-embeddings/graph-embeddings-tutorial.adoc b/graph-data-science/graph-embeddings/graph-embeddings-tutorial.adoc index 7fdc7d09..2075bde5 100644 --- a/graph-data-science/graph-embeddings/graph-embeddings-tutorial.adoc +++ b/graph-data-science/graph-embeddings/graph-embeddings-tutorial.adoc @@ -12,6 +12,7 @@ :category: graph-data-science :tags: graph-data-science, graph-algorithms, graph-embeddings, machine-learning :gds-version: 1.3-preview +:description: This guide provides a hands on walk through of the node2Vec graph embedding algorithm in the Neo4j Data Science Library. ++++ diff --git a/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc b/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc index 854544c0..5ade82dc 100644 --- a/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc +++ b/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc @@ -11,6 +11,7 @@ :author: Mark Needham :category: graph-data-science :tags: graph-data-science, graph-algorithms, graph-search, bfs, dfs +:description: This guide covers the graph search algorithms in the Neo4j Data Science Library, Breadth First Search (BFS) and Depth First Search (DFS). .Goals [abstract] diff --git a/graph-data-science/nlp/neo4j-nlp.adoc b/graph-data-science/nlp/neo4j-nlp.adoc index 725eeb24..4dfb035f 100644 --- a/graph-data-science/nlp/neo4j-nlp.adoc +++ b/graph-data-science/nlp/neo4j-nlp.adoc @@ -11,6 +11,7 @@ :author: Mark Needham :category: graph-data-science :tags: graph-platform, nlp, tools, similarity, apoc, graphaware, analytics, search, recommendations, labs +:description: This guide explains the available tools for doing Natural Language Processing (NLP) with Neo4j. Neo4j offers powerful querying capabilities for structured data, but a lot of the world's data exists in text documents. NLP techniques can help to extract the latent structure in these documents. diff --git a/graph-data-science/path-finding-algorithms/path-finding-algorithms-key-topic.adoc b/graph-data-science/path-finding-algorithms/path-finding-algorithms-key-topic.adoc index 53c9144c..153f903a 100644 --- a/graph-data-science/path-finding-algorithms/path-finding-algorithms-key-topic.adoc +++ b/graph-data-science/path-finding-algorithms/path-finding-algorithms-key-topic.adoc @@ -11,6 +11,7 @@ :author: Mark Needham :category: graph-data-science :tags: graph-data-science, graph-algorithms, graph-search, path-finding, shortest-path +:description: This guide covers path finding algorithms in the Neo4j Data Science Library, like Shortest Path, A*, All-Pairs Shortest Path, and more. .Goals [abstract]