awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

63 repositorios

Awesome GitHub RepositoriesEmbedding Algorithms

Methods for learning vector representations of nodes, edges, and entire graphs.

Explore 63 awesome GitHub repositories matching part of an awesome list · Embedding Algorithms. Refine with filters or upvote what's useful.

Awesome Embedding Algorithms GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebookresearch/starspaceAvatar de facebookresearch

    facebookresearch/Starspace

    3,954Ver en GitHub↗

    Starspace es un framework de vector embedding diseñado para entrenar representaciones de alta dimensión de texto e imágenes. Funciona como un sistema de aprendizaje automático para ranking neuronal, clasificación de texto y embedding de grafos de conocimiento, mapeando diferentes tipos de objetos en un espacio numérico compartido para facilitar tareas de recuperación y predicción. El sistema incluye herramientas especializadas para la finalización de grafos de conocimiento y predicción de enlaces representando entidades y sus relaciones dentro de un espacio vectorial multirelacional. Además, proporciona capacidades para la recomendación de contenido semántico y clasificación de texto a gran escala mapeando entradas a etiquetas objetivo o elementos candidatos. El framework cubre áreas de capacidad amplias, incluyendo ranking de entidades basado en similitud, extracción de vector embedding de documentos o n-gramas, y el uso de entrenamiento basado en caminatas aleatorias (random-walk). Para gestionar grandes datasets, incorpora carga de datos comprimidos basada en disco y optimización de muestreo negativo.

    General-purpose embedding framework for various data types.

    C++
    Ver en GitHub↗3,954
  • facebookresearch/pytorch-biggraphAvatar de facebookresearch

    facebookresearch/PyTorch-BigGraph

    3,458Ver en GitHub↗

    Generate embeddings from large-scale graph-structured data.

    Distributed system for learning embeddings on massive graphs.

    Python
    Ver en GitHub↗3,458
  • phanein/deepwalkAvatar de phanein

    phanein/deepwalk

    2,757Ver en GitHub↗

    DeepWalk - Deep Learning for Graphs

    Online learning of social representations using random walks.

    Python
    Ver en GitHub↗2,757
  • aditya-grover/node2vecAvatar de aditya-grover

    aditya-grover/node2vec

    2,732Ver en GitHub↗

    This repository provides a reference implementation of node2vec as described in the paper:

    Scalable feature learning for networks using random walks.

    Scala
    Ver en GitHub↗2,732
  • benedekrozemberczki/karateclubAvatar de benedekrozemberczki

    benedekrozemberczki/karateclub

    2,284Ver en GitHub↗

    Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)

    Comprehensive library of graph embedding and community detection algorithms.

    Python
    Ver en GitHub↗2,284
  • facebookresearch/poincare-embeddingsAvatar de facebookresearch

    facebookresearch/poincare-embeddings

    1,755Ver en GitHub↗

    PyTorch implementation of the NIPS-17 paper "Poincaré Embeddings for Learning Hierarchical Representations"

    Learning hierarchical representations using Poincaré embeddings.

    Python
    Ver en GitHub↗1,755
  • palash1992/gemAvatar de palash1992

    palash1992/GEM

    1,288Ver en GitHub↗

    Collection of graph embedding techniques and performance benchmarks.

    Pythongraph-embeddinggraph-embeddingslink-prediction
    Ver en GitHub↗1,288
  • tangjianpku/lineAvatar de tangjianpku

    tangjianpku/LINE

    1,056Ver en GitHub↗

    LINE: Large-scale information network embedding

    Large-scale information network embedding algorithm.

    C++
    Ver en GitHub↗1,056
  • kimiyoung/planetoidAvatar de kimiyoung

    kimiyoung/planetoid

    959Ver en GitHub↗

    Semi-supervised learning with graph embeddings

    Semi-supervised learning framework using graph embeddings.

    Python
    Ver en GitHub↗959
  • benedekrozemberczki/graph2vecAvatar de benedekrozemberczki

    benedekrozemberczki/graph2vec

    932Ver en GitHub↗

    Learning distributed representations of entire graphs.

    Pythondeepwalkdiff2vecgemsec
    Ver en GitHub↗932
  • marinkaz/decagonAvatar de marinkaz

    marinkaz/decagon

    472Ver en GitHub↗

    Graph convolutional neural network for multirelational link prediction

    Graph neural network for multi-relational link prediction.

    Jupyter Notebook
    Ver en GitHub↗472
  • srijankr/jodieAvatar de srijankr

    srijankr/jodie

    423Ver en GitHub↗

    A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"

    Predicting dynamic embedding trajectories in temporal interaction networks.

    Python
    Ver en GitHub↗423
  • hazyresearch/hyperbolicsAvatar de HazyResearch

    HazyResearch/hyperbolics

    397Ver en GitHub↗

    Hyperbolic Embeddings

    Representation learning using hyperbolic geometry for graph data.

    Python
    Ver en GitHub↗397
  • leoribeiro/struc2vecAvatar de leoribeiro

    leoribeiro/struc2vec

    393Ver en GitHub↗

    This repository provides a reference implementation of struc2vec.

    Learning node representations based on structural identity.

    Python
    Ver en GitHub↗393
  • benedekrozemberczki/attentionwalkAvatar de benedekrozemberczki

    benedekrozemberczki/AttentionWalk

    326Ver en GitHub↗

    A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).

    Learning node embeddings via graph attention mechanisms.

    Python
    Ver en GitHub↗326
  • benedekrozemberczki/sgcnAvatar de benedekrozemberczki

    benedekrozemberczki/SGCN

    276Ver en GitHub↗

    A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).

    Graph convolutional network designed for signed graphs.

    Python
    Ver en GitHub↗276
  • benedekrozemberczki/gemsecAvatar de benedekrozemberczki

    benedekrozemberczki/GEMSEC

    258Ver en GitHub↗

    The TensorFlow reference implementation of 'GEMSEC: Graph Embedding with Self Clustering' (ASONAM 2019).

    Graph embedding framework with integrated self-clustering.

    Python
    Ver en GitHub↗258
  • vuptran/graph-representation-learningAvatar de vuptran

    vuptran/graph-representation-learning

    255Ver en GitHub↗

    DSAA 2018 Autoencoders for Link Prediction and Semi-Supervised Node Classification

    Autoencoder-based approach for graph prediction tasks.

    Python
    Ver en GitHub↗255
  • clhchtcjj/bineAvatar de clhchtcjj

    clhchtcjj/BiNE

    230Ver en GitHub↗

    BiNE: Bipartite Network Embedding

    Embedding framework specifically for bipartite network structures.

    Python
    Ver en GitHub↗230
  • benedekrozemberczki/splitterAvatar de benedekrozemberczki

    benedekrozemberczki/Splitter

    214Ver en GitHub↗

    A Pytorch implementation of "Splitter: Learning Node Representations that Capture Multiple Social Contexts" (WWW 2019).

    Learning node representations that capture multiple social contexts.

    Python
    Ver en GitHub↗214
Ant.123…4Siguiente
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Embedding Algorithms