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
zhenghaoz avatar

zhenghaoz/gorseFork

0
View on GitHub↗
11 stars·0 forks·Go·Apache-2.0·7 viewsgorse.io↗

Gorse

Gorse open source recommender system engine

Features

  • General Machine Learning - Offline recommender system backend.
  • Machine Learning - Collaborative filtering recommendation system.
  • Machine Learning and AI - Offline recommendation system backend based on collaborative filtering.
  • Search and Recommendation - Recommendation system engine.
  • Search and Recommendation - Recommendation system engine.

Star history

Star history chart for zhenghaoz/gorseStar history chart for zhenghaoz/gorse

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 Gorse

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

    GHamrouni/Recommender

    267View on GitHub↗

    A C library for product recommendations/suggestions using collaborative filtering (CF)

    C
    View on GitHub↗267
  • gorgonia/gorgoniagorgonia avatar

    gorgonia/gorgonia

    5,919View on GitHub↗

    Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient

    Go
    View on GitHub↗5,919
  • bvlc/caffeBVLC avatar

    BVLC/caffe

    34,576View on GitHub↗

    Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The

    C++deep-learningmachine-learningvision
    View on GitHub↗34,576
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    View on GitHub↗100,814
Compare all 30 related projects→

Frequently asked questions

What does zhenghaoz/gorse do?

Gorse open source recommender system engine

What are the main features of zhenghaoz/gorse?

The main features of zhenghaoz/gorse are: General Machine Learning, Machine Learning, Machine Learning and AI, Search and Recommendation.

Which projects share features with zhenghaoz/gorse?

Projects with overlapping indexed features include: gorgonia/gorgonia — Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for… shogun-toolbox/shogun — Shōgun. bvlc/caffe — Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It… ghamrouni/recommender — A C library for product recommendations/suggestions using collaborative filtering (CF). pytorch/pytorch — PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array… sjwhitworth/golearn — GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and…