awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
febeling avatar

febeling/rb-libsvm

0
View on GitHub↗
279 stars·34 forks·C++·BSD-3-Clause·2 views

Rb Libsvm

Ruby language bindings for LIBSVM

Features

  • Machine Learning - Bindings for the LIBSVM classification algorithm.
  • Machine Learning Libraries - Support vector machine implementation for Ruby.
  • Statistical and Predictive Models - Provides Ruby bindings for the LIBSVM library.
  • Machine Learning Frameworks - Ruby bindings for the support vector machine library.

Star history

Star history chart for febeling/rb-libsvmStar history chart for febeling/rb-libsvm

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

Frequently asked questions

What does febeling/rb-libsvm do?

Ruby language bindings for LIBSVM

What are the main features of febeling/rb-libsvm?

The main features of febeling/rb-libsvm are: Machine Learning, Machine Learning Libraries, Statistical and Predictive Models, Machine Learning Frameworks.

What are some open-source alternatives to febeling/rb-libsvm?

Open-source alternatives to febeling/rb-libsvm include: catboost/catboost — CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression,… davisking/dlib — dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and… djcp/linnaeus — Linnaeus is a redis-backed naive Bayesian classification system. Please see the rdoc for more information. Ruby 1.9 is… cjlin1/libsvm — This project is a support vector machine library implemented in C, providing an engine for classification and… deeplearning4j/deeplearning4j — Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph… 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…

Open-source alternatives to Rb Libsvm

Similar open-source projects, ranked by how many features they share with Rb Libsvm.
  • catboost/catboostcatboost avatar

    catboost/catboost

    8,808View on GitHub↗

    CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu

    C++big-datacatboostcategorical-features
    View on GitHub↗8,808
  • 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
  • cjlin1/libsvmcjlin1 avatar

    cjlin1/libsvm

    4,707View on GitHub↗

    This project is a support vector machine library implemented in C, providing an engine for classification and regression tasks. It functions as a machine learning kernel library and a statistical model validator used to categorize data points and predict continuous numerical values. The library allows for the definition of custom kernel functions to calculate similarity between data points in specialized datasets. It also includes tools for probabilistic modeling, such as estimating class membership, data density, and distribution boundaries. Broad capabilities cover model training for multi

    Java
    View on GitHub↗4,707
  • deeplearning4j/deeplearning4jdeeplearning4j avatar

    deeplearning4j/deeplearning4j

    14,236View on GitHub↗

    Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph engine for defining and executing deep learning workflows and mathematical operations within the Java Virtual Machine. The project includes a dedicated importer for loading and running pretrained models exported from Keras, TensorFlow, and ONNX formats. Its tensor computing capabilities are driven by a modular native C++ math core to execute high-performance linear algebra operations. The framework covers neural network training, deep learning model inference, and the constru

    Java
    View on GitHub↗14,236
  • See all 30 alternatives to Rb Libsvm→