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

kei500/liblinear-ruby

0
View on GitHub↗
82 stars·7 forks·C++·MIT·7 views

Liblinear Ruby

Liblinear-Ruby is Ruby interface of LIBLINEAR using SWIG. Now, this interface is supporting LIBLINEAR 2.30.

Features

  • Statistical and Predictive Models - Provides SWIG-based bindings for LIBLINEAR.

Star history

Star history chart for kei500/liblinear-rubyStar history chart for kei500/liblinear-ruby

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Liblinear Ruby

Similar open-source projects, ranked by how many features they share with Liblinear Ruby.
  • davisking/dlibdavisking avatar

    davisking/dlib

    14,399View on GitHub↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    View on GitHub↗14,399
  • ealdent/lda-rubyealdent avatar

    ealdent/lda-ruby

    134View on GitHub↗

    This wrapper is based on C-code by David M. Blei. In a nutshell, it can be used to automatically cluster documents into topics. The number of topics are chosen beforehand and the topics found are usually fairly intuitive. Details of the implementation can be found in the paper by Blei, Ng, and…

    Ruby
    View on GitHub↗134
  • febeling/rb-libsvmfebeling avatar

    febeling/rb-libsvm

    279View on GitHub↗

    Ruby language bindings for LIBSVM

    C++
    View on GitHub↗279
  • djcp/linnaeusdjcp avatar

    djcp/linnaeus

    37View on GitHub↗

    Linnaeus is a redis-backed naive Bayesian classification system. Please see the rdoc for more information. Ruby 1.9 is required.

    Ruby
    View on GitHub↗37
See all 14 alternatives to Liblinear Ruby→

Frequently asked questions

What does kei500/liblinear-ruby do?

Liblinear-Ruby is Ruby interface of LIBLINEAR using SWIG. Now, this interface is supporting LIBLINEAR 2.30.

What are the main features of kei500/liblinear-ruby?

The main features of kei500/liblinear-ruby are: Statistical and Predictive Models.

What are some open-source alternatives to kei500/liblinear-ruby?

Open-source alternatives to kei500/liblinear-ruby include: davisking/dlib — dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and… ealdent/lda-ruby — This wrapper is based on C-code by David M. Blei. In a nutshell, it can be used to automatically cluster documents… febeling/rb-libsvm — Ruby language bindings for LIBSVM. gbuesing/kmeans-clusterer — KMeansClusterer. igrigorik/decisiontree — ID3-based implementation of the ML Decision Tree algorithm. djcp/linnaeus — Linnaeus is a redis-backed naive Bayesian classification system. Please see the rdoc for more information. Ruby 1.9 is…