| 1 | 4,190 | 2,702 | rumale-core | Rumale::Core provides base classes and utility functions for implementing
machine learn... |
| 2 | 4,235 | 2,741 | rumale-clustering | Rumale::Clustering provides cluster analysis algorithms,
such as K-Means, Gaussian Mixt... |
| 3 | 8,695 | 7,553 | annoy-rb | Annoy.rb provides Ruby bindings for the Annoy (Approximate Nearest Neighbors Oh Yeah). |
| 4 | 9,304 | 8,084 | rumale | Rumale is a machine learning library in Ruby.
Rumale provides machine learning algorith... |
| 5 | 10,672 | 7,412 | lbfgsb | Lbfgsb.rb is a Ruby binding for L-BFGS-B that is a limited-memory algorithm for
solving... |
| 6 | 11,930 | 7,039 | rumale-evaluation_measure | Rumale::EvaluationMeasure provides evaluation measures,
such as accuracy, precision, re... |
| 7 | 12,136 | 7,048 | rumale-linear_model | Rumale::LinearModel provides linear model algorithms,
such as Logistic Regression, Supp... |
| 8 | 13,547 | 8,323 | mmh3 | A pure Ruby implementation of MurmurHash3 |
| 9 | 13,864 | 7,154 | rumale-preprocessing | Rumale::Preprocessing provides preprocessing techniques,
such as L2 normalization, stan... |
| 10 | 14,140 | 7,998 | rumale-model_selection | Rumale::ModelSelection provides model validation techniques,
such as k-fold cross-valid... |
| 11 | 14,166 | 7,949 | rumale-ensemble | Rumale::Ensemble provides ensemble learning algorithms,
such as AdaBoost, Gradient Tree... |
| 12 | 14,188 | 8,122 | rumale-tree | Rumale::Tree provides classifier and regression based on decision tree algorithms with ... |
| 13 | 14,298 | 8,246 | rumale-neural_network | Rumale::NeuralNetwork provides classifiers and regression algorithms based on multi-lay... |
| 14 | 14,303 | 8,355 | rumale-decomposition | Rumale::Decomposition provides matrix decomposition algorithms,
such as Principal Compo... |
| 15 | 14,325 | 8,338 | rumale-pipeline | Rumale::Pipeline provides classes for chaining transformers and estimators with Rumale ... |
| 16 | 14,339 | 8,270 | rumale-naive_bayes | Rumale::NaiveBayes provides naive bayes models,
such as Gaussian Naive Bayes, Multinomi... |
| 17 | 14,341 | 8,380 | rumale-metric_learning | Rumale::MetricLearning provides metric learning algorithms,
such as Fisher Discriminant... |
| 18 | 14,348 | 8,246 | rumale-feature_extraction | Rumale::FeatureExtraction provides feature extraction methods,
such as TF-IDF and featu... |
| 19 | 14,356 | 8,323 | rumale-nearest_neighbors | Rumale::NearestNeighbors provides classifier and regression based on nearest neighbors ... |
| 20 | 14,365 | 8,442 | rumale-manifold | Rumale::Manifold provides data embedding algorithms,
such as Multi-dimensional Scaling,... |
| 21 | 14,380 | 8,404 | rumale-kernel_approximation | Rumale::KernelApproximation provides kernel approximation algorithms,
such as RBF featu... |
| 22 | 14,385 | 8,380 | rumale-kernel_machine | Rumale::KernelMachine provides kernel method-based algorithms,
such as Kernel Support V... |
| 23 | 19,561 | 10,751 | llama_cpp | llama_cpp.rb provides Ruby bindings for the llama.cpp. |
| 24 | 21,768 | 6,748 | hnswlib | Hnswlib.rb provides Ruby bindings for the Hnswlib. |
| 25 | 25,436 | 25,761 | svmkit | SVMKit is a machine learninig library in Ruby.
SVMKit provides machine learning algorit... |
| 26 | 32,389 | 18,963 | numo-liblinear | Numo::Liblinear is a Ruby gem binding to the LIBLINEAR library.
LIBLINEAR is one of the... |
| 27 | 33,380 | 13,454 | numo-pocketfft | Numo::Pocketfft provides functions for descrete Fourier Transform based on pocketfft. |
| 28 | 33,976 | 20,779 | numo-libsvm | Numo::Libsvm is a Ruby gem binding to the LIBSVM library.
LIBSVM is one of the famous l... |
| 29 | 39,897 | 22,562 | numo-openblas | Numo::OpenBLAS downloads and builds OpenBLAS during installation and
uses that as a bac... |
| 30 | 44,500 | 17,689 | rumale-svm | Rumale::SVM provides support vector machine algorithms using LIBSVM and LIBLINEAR with ... |
| 31 | 46,059 | 32,664 | magro | Magro is a minimal image processing library for Ruby.
Magro uses Numo::NArray arrays as... |
| 32 | 48,337 | 7,273 | numo-narray-alt | Numo::NArray Alternative is a project forked from Numo::NArray.
The project aims to sup... |
| 33 | 52,931 | 38,910 | suika | Suika is a Japanese morphological analyzer written in pure Ruby. |
| 34 | 53,633 | 23,902 | dartsclone | Darts-clone.rb provides Ruby bindings for the Darts-clone. |
| 35 | 68,002 | 25,761 | mopti | Multivariate Optimization Library in Ruby.
Mopti supports Nelder-Mead simplex method an... |
| 36 | 69,266 | 50,280 | libsvmloader | LibSVMLoader is a class that loads (and dumps) dataset file with the libsvm file format... |
| 37 | 75,782 | 18,473 | numo-tiny_linalg | Numo::TinyLinalg is a subset library from Numo::Linalg consisting only of methods used ... |
| 38 | 80,726 | 81,713 | randsvd | RandSVD is a class that performs truncated singular value decomposition using a randomi... |
| 39 | 87,559 | 23,902 | numo-blis | Numo::BLIS downloads and builds BLIS during installation and
uses that as a background ... |
| 40 | 103,837 | 32,664 | hanny | Hanny is a Hash-based Approximate Nearest Neighbor (ANN) search library in Ruby.
Hash-b... |
| 41 | 111,110 | 14,119 | numo-optimize | Numo::Optimize provides functions for minimizing objective functions. |
| 42 | 123,464 | 38,910 | numo-random | Numo::Random provides random number generation with several distributions for Numo::NAr... |
| 43 | 134,218 | 28,607 | rumale-torch | Rumale::Torch provides the learning and inference by the neural network defined in torc... |
| 44 | 135,373 | 28,607 | numo-linalg-randsvd | Numo::Linalg.randsvd is a module function on Numo::Linalg for
truncated singular value ... |
| 45 | 110,575 | 47,292 | numo-linalg-autoloader | Numo::Linalg::Autoloader is a module that has a method
loading backend libraries automa... |
| 46 | 175,211 | 38,910 | gpt_neox_client | gpt_neox_client is a simple client for GPT-NeoX. |
| 47 | 175,739 | 50,280 | sentencepiece | sentencepiece.rb provides Ruby bindings for the SentencePiece,
an unsupervised text tok... |
| 48 | 176,451 | 38,910 | numo-linalg-alt | Numo::Linalg Alternative (numo-linalg-alt) is an alternative to Numo::Linalg.
Unlike Nu... |
| 49 | 187,947 | 81,713 | autoreload_server | A simple web server for local development that provides an auto-reloading feature. It a... |