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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
H

hidasib/GRU4Rec

0
View on GitHub↗
0 stars·0 forks·12 views

GRU4Rec

Features

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

Star history

Star history chart for hidasib/gru4recStar history chart for hidasib/gru4rec

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with GRU4Rec

These projects share indexed features with GRU4Rec. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alibaba/easyrecalibaba avatar

    alibaba/EasyRec

    2,335View on GitHub↗

    A framework for large scale recommendation algorithms.

    Pythonautointautomlcapsule-network
    View on GitHub↗2,335
  • lyst/lightfmlyst avatar

    lyst/lightfm

    5,095View on 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
    View on GitHub↗5,095
  • benfred/implicitbenfred avatar

    benfred/implicit

    3,797View on 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
    View on GitHub↗3,797
  • maciejkula/spotlightmaciejkula avatar

    maciejkula/spotlight

    3,045View on GitHub↗

    Deep recommender models using PyTorch.

    Pythondeep-learninglearning-to-rankmachine-learning
    View on GitHub↗3,045
Compare all 30 related projects→

Frequently asked questions

What are the main features of hidasib/gru4rec?

The main features of hidasib/gru4rec are: Recommender Frameworks, Recommender Systems.

Which projects share features with hidasib/gru4rec?

Projects with overlapping indexed features include: 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.