top of page
Search

Graphs & Unsupervised Machine Learning

  • Writer: Arturo Devesa
    Arturo Devesa
  • Oct 10, 2022
  • 1 min read


Unsupervised Machine Learning in Graphs.

Types of graphs:

Apache Jena Fuseki

AWS Neptune

Neo4j


Following are algorithms in unsupervised ML for the following tasks:


Centrality & Importance

PageRank

Degree Centrality

Harmonic Centrality


Pathfinding & Search

Shortest Path

A* Shortest Path

Minimum Weight Spanning Tree

Random Walk

Breadth & Depth First Search

K-Spanning Tree


Similarity

Node Similarity

K-Nearest Neighbors KNN

Cosine Similarity (Word2Vec)


Graph Embeddings

Node2Vec

FastRP

GraphSAGE


Heuristic Link

Adamic Adar

Common Neighbors

Total Neighbors


Community Detection

Triangle Count

Local Clustering Coefficient




 
 
 

Recent Posts

See All
Python Parallel AI Agents

example that illustrates how you might evolve the simple iterative planner–critic loop into a parallel agents design. In this example,...

 
 
 

Comments


©2020 by Arturo Devesa.

bottom of page