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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
H

hidasib/GRU4Rec

0
View on GitHub↗
0 stars·0 forks·6 vues

GRU4Rec

Features

  • Recommender Frameworks - Implementation of session-based recommendations using recurrent neural networks.
  • Recommender Systems - Recurrent neural network architecture for session-based recommendations.

Historique des stars

Graphique de l'historique des stars pour hidasib/gru4recGraphique de l'historique des stars pour hidasib/gru4rec

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à GRU4Rec

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec GRU4Rec.
  • alibaba/easyrecAvatar de alibaba

    alibaba/EasyRec

    2,335Voir sur GitHub↗

    A framework for large scale recommendation algorithms.

    Pythonautointautomlcapsule-network
    Voir sur GitHub↗2,335
  • lyst/lightfmAvatar de lyst

    lyst/lightfm

    5,095Voir sur GitHub↗

    LightFM is a Python recommendation library and machine learning framework designed to predict user preferences. It implements a hybrid recommendation engine that combines collaborative filtering with content filtering by integrating user-item interaction data with descriptive metadata. The system utilizes hybrid matrix factorization to learn latent representations of users and items. It is specifically designed to handle implicit feedback, utilizing specialized loss functions such as Weighted Approximate Rank Pairwise and Bayesian Personalized Ranking to optimize item preferences for datasets

    Python
    Voir sur GitHub↗5,095
  • benfred/implicitAvatar de benfred

    benfred/implicit

    3,797Voir sur GitHub↗

    Implicit is a Python recommendation engine and matrix factorization library designed for collaborative filtering. It implements predictive models that analyze implicit feedback to estimate user preferences and generate personalized item recommendations without requiring explicit ratings. The library utilizes native-code execution and multi-core parallelized processing to decompose large interaction matrices into latent factors. It incorporates approximate nearest neighbor indexing to accelerate high-dimensional similarity lookups and reduce recommendation latency. The framework covers prefer

    Pythoncollaborative-filteringmachine-learningmatrix-factorization
    Voir sur GitHub↗3,797
  • maciejkula/spotlightAvatar de maciejkula

    maciejkula/spotlight

    3,045Voir sur GitHub↗

    Deep recommender models using PyTorch.

    Pythondeep-learninglearning-to-rankmachine-learning
    Voir sur GitHub↗3,045
Voir les 30 alternatives à GRU4Rec→

Questions fréquentes

Quelles sont les fonctionnalités principales de hidasib/gru4rec ?

Les fonctionnalités principales de hidasib/gru4rec sont : Recommender Frameworks, Recommender Systems.

Quelles sont les alternatives open-source à hidasib/gru4rec ?

Les alternatives open-source à hidasib/gru4rec incluent : lyst/lightfm — LightFM is a Python recommendation library and machine learning framework designed to predict user preferences. It… rucaibox/recbole — RecBole is a PyTorch-based recommendation framework designed for building, training, and evaluating a wide variety of… benfred/implicit — Implicit is a Python recommendation engine and matrix factorization library designed for collaborative filtering. It… alibaba/easyrec — A framework for large scale recommendation algorithms. maciejkula/spotlight — Deep recommender models using PyTorch. cnclabs/pronet-core — This project has been moved to https://github.com/cnclabs/smore.