Skip to content

Studying the impact of sparse embeddings on the accuracy of node classification, clustering and link prediction.

Notifications You must be signed in to change notification settings

AnirudhPenmatcha/Studying-the-Impact-of-Sparse-Embeddings-on-Node-Classification-Clustering-and-Link-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

The objective of this study is to investigate the impact of sparsity in embeddings on the accuracy of node classification, modularity score, and link prediction within a graph. This study aims to explore methods to maintain high accuracy levels while simultaneously reducing memory usage by employing sparse embeddings.

In graph-based machine learning tasks, embedding methods play a crucial role in representing nodes as low-dimensional vectors. Traditional dense embeddings store information for all possible features, which can result in increased memory requirements, especially for large graphs. Sparse embeddings, on the other hand, leverage techniques to store only essential features, potentially offering a more memory-efficient solution without compromising performance.

We will evaluate the effectiveness of sparse embeddings in node classification accuracy, modularity scoring, and link prediction performance. By examining these metrics, we aim to uncover insights into the trade-offs between memory efficiency and task performance when utilizing sparse embeddings in graph-based machine learning applications.

About

Studying the impact of sparse embeddings on the accuracy of node classification, clustering and link prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published