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

paulgoetze/weka-jruby

0
View on GitHub↗
65 stars·8 forks·Ruby·MIT·8 views

Weka Jruby

Machine Learning & Data Mining with JRuby

Features

  • Machine Learning - Data mining and ML algorithms for JRuby.
  • Machine Learning Frameworks - Provides JRuby bindings for the Weka machine learning suite.
  • Machine Learning Libraries - JRuby bindings for the Weka machine learning suite.

Star history

Star history chart for paulgoetze/weka-jrubyStar history chart for paulgoetze/weka-jruby

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 Weka Jruby

Similar open-source projects, ranked by how many features they share with Weka Jruby.
  • 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
  • jax-ml/jaxjax-ml avatar

    jax-ml/jax

    35,828View on GitHub↗

    This project is a high-performance numerical computing library designed for large-scale scientific and machine learning workloads. It functions as an automatic differentiation framework and a just-in-time compilation engine, transforming high-level Python code into optimized machine instructions. By enforcing pure functional programming patterns and immutable array semantics, the library ensures that mathematical functions remain compatible with automated graph transformations and symbolic differentiation. The platform distinguishes itself through its distributed array computing capabilities,

    Pythonjax
    View on GitHub↗35,828
  • 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
  • keras-team/keraskeras-team avatar

    keras-team/keras

    64,094View on GitHub↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Pythondata-sciencedeep-learningjax
    View on GitHub↗64,094
See all 30 alternatives to Weka Jruby→

Frequently asked questions

What does paulgoetze/weka-jruby do?

Machine Learning & Data Mining with JRuby

What are the main features of paulgoetze/weka-jruby?

The main features of paulgoetze/weka-jruby are: Machine Learning, Machine Learning Frameworks, Machine Learning Libraries.

What are some open-source alternatives to paulgoetze/weka-jruby?

Open-source alternatives to paulgoetze/weka-jruby include: jax-ml/jax — This project is a high-performance numerical computing library designed for large-scale scientific and machine… lightning-ai/pytorch-lightning — PyTorch Lightning is a deep learning research framework that provides a structured environment for organizing machine… catboost/catboost — CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression,… deeplearning4j/deeplearning4j — Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph… keras-team/keras — Keras is a high-level deep learning framework designed for constructing and training neural networks through the… pytorch/pytorch — PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array…