| 1 | 4,093 | 2,060 | rumale-core | Rumale::Core provides base classes and utility functions for implementing
machine learn... |
| 2 | 4,151 | 2,086 | rumale-clustering | Rumale::Clustering provides cluster analysis algorithms,
such as K-Means, Gaussian Mixt... |
| 3 | 8,856 | 18,846 | annoy-rb | Annoy.rb provides Ruby bindings for the Annoy (Approximate Nearest Neighbors Oh Yeah). |
| 4 | 9,402 | 7,000 | rumale | Rumale is a machine learning library in Ruby.
Rumale provides machine learning algorith... |
| 5 | 10,619 | 7,298 | lbfgsb | Lbfgsb.rb is a Ruby binding for L-BFGS-B that is a limited-memory algorithm for
solving... |
| 6 | 11,048 | 6,098 | rumale-evaluation_measure | Rumale::EvaluationMeasure provides evaluation measures,
such as accuracy, precision, re... |
| 7 | 11,369 | 6,179 | rumale-linear_model | Rumale::LinearModel provides linear model algorithms,
such as Logistic Regression, Supp... |
| 8 | 12,621 | 6,146 | rumale-preprocessing | Rumale::Preprocessing provides preprocessing techniques,
such as L2 normalization, stan... |
| 9 | 13,020 | 6,289 | rumale-model_selection | Rumale::ModelSelection provides model validation techniques,
such as k-fold cross-valid... |
| 10 | 13,038 | 6,170 | rumale-ensemble | Rumale::Ensemble provides ensemble learning algorithms,
such as AdaBoost, Gradient Tree... |
| 11 | 13,056 | 6,280 | rumale-tree | Rumale::Tree provides classifier and regression based on decision tree algorithms with ... |
| 12 | 13,118 | 6,928 | mmh3 | A pure Ruby implementation of MurmurHash3 |
| 13 | 13,639 | 7,547 | rumale-decomposition | Rumale::Decomposition provides matrix decomposition algorithms,
such as Principal Compo... |
| 14 | 13,672 | 7,636 | rumale-neural_network | Rumale::NeuralNetwork provides classifiers and regression algorithms based on multi-lay... |
| 15 | 13,674 | 7,547 | rumale-pipeline | Rumale::Pipeline provides classes for chaining transformers and estimators with Rumale ... |
| 16 | 13,686 | 7,588 | rumale-manifold | Rumale::Manifold provides data embedding algorithms,
such as Multi-dimensional Scaling,... |
| 17 | 13,697 | 7,547 | rumale-metric_learning | Rumale::MetricLearning provides metric learning algorithms,
such as Fisher Discriminant... |
| 18 | 13,698 | 7,547 | rumale-feature_extraction | Rumale::FeatureExtraction provides feature extraction methods,
such as TF-IDF and featu... |
| 19 | 13,699 | 7,531 | rumale-naive_bayes | Rumale::NaiveBayes provides naive bayes models,
such as Gaussian Naive Bayes, Multinomi... |
| 20 | 13,717 | 7,572 | rumale-nearest_neighbors | Rumale::NearestNeighbors provides classifier and regression based on nearest neighbors ... |
| 21 | 13,734 | 7,588 | rumale-kernel_approximation | Rumale::KernelApproximation provides kernel approximation algorithms,
such as RBF featu... |
| 22 | 13,739 | 7,531 | rumale-kernel_machine | Rumale::KernelMachine provides kernel method-based algorithms,
such as Kernel Support V... |
| 23 | 16,712 | 4,188 | numo-narray-alt | Numo::NArray Alternative is a project forked from Numo::NArray.
The project aims to sup... |
| 24 | 18,182 | 6,037 | llama_cpp | llama_cpp.rb provides Ruby bindings for the llama.cpp. |
| 25 | 20,009 | 17,461 | hnswlib | Hnswlib.rb provides Ruby bindings for the Hnswlib. |
| 26 | 25,650 | 18,846 | svmkit | SVMKit is a machine learninig library in Ruby.
SVMKit provides machine learning algorit... |
| 27 | 31,753 | 22,652 | numo-liblinear | Numo::Liblinear is a Ruby gem binding to the LIBLINEAR library.
LIBLINEAR is one of the... |
| 28 | 33,306 | 20,515 | numo-pocketfft | Numo::Pocketfft provides functions for descrete Fourier Transform based on pocketfft. |
| 29 | 33,459 | 28,569 | numo-libsvm | Numo::Libsvm is a Ruby gem binding to the LIBSVM library.
LIBSVM is one of the famous l... |
| 30 | 38,698 | 30,304 | numo-openblas | Numo::OpenBLAS downloads and builds OpenBLAS during installation and
uses that as a bac... |
| 31 | 42,985 | 25,695 | rumale-svm | Rumale::SVM provides support vector machine algorithms using LIBSVM and LIBLINEAR with ... |
| 32 | 45,791 | 8,666 | numo-optimize | Numo::Optimize provides functions for minimizing objective functions. |
| 33 | 45,799 | 21,854 | magro | Magro is a minimal image processing library for Ruby.
Magro uses Numo::NArray arrays as... |
| 34 | 51,745 | 27,037 | suika | Suika is a Japanese morphological analyzer written in pure Ruby. |
| 35 | 52,665 | 24,589 | dartsclone | Darts-clone.rb provides Ruby bindings for the Darts-clone. |
| 36 | 66,440 | 20,515 | numo-tiny_linalg | Numo::TinyLinalg is a subset library from Numo::Linalg consisting only of methods used ... |
| 37 | 67,770 | 30,304 | mopti | Multivariate Optimization Library in Ruby.
Mopti supports Nelder-Mead simplex method an... |
| 38 | 69,421 | 24,589 | libsvmloader | LibSVMLoader is a class that loads (and dumps) dataset file with the libsvm file format... |
| 39 | 80,563 | 94,007 | randsvd | RandSVD is a class that performs truncated singular value decomposition using a randomi... |
| 40 | 84,106 | 41,737 | numo-blis | Numo::BLIS downloads and builds BLIS during installation and
uses that as a background ... |
| 41 | 102,554 | 53,031 | hanny | Hanny is a Hash-based Approximate Nearest Neighbor (ANN) search library in Ruby.
Hash-b... |
| 42 | 115,419 | 41,737 | numo-random | Numo::Random provides random number generation with several distributions for Numo::NAr... |
| 43 | 116,850 | 17,911 | numo-linalg-alt | Numo::Linalg Alternative (numo-linalg-alt) is an alternative to Numo::Linalg.
Unlike Nu... |
| 44 | 125,355 | 34,862 | numo-linalg-randsvd | Numo::Linalg.randsvd is a module function on Numo::Linalg for
truncated singular value ... |
| 45 | 129,079 | 61,331 | rumale-torch | Rumale::Torch provides the learning and inference by the neural network defined in torc... |
| 46 | 143,648 | 15,748 | gpt_neox_client | gpt_neox_client is a simple client for GPT-NeoX. |
| 47 | 169,701 | 74,024 | sentencepiece | sentencepiece.rb provides Ruby bindings for the SentencePiece,
an unsupervised text tok... |
| 48 | 110,575 | 47,292 | numo-linalg-autoloader | Numo::Linalg::Autoloader is a module that has a method
loading backend libraries automa... |
| 49 | 189,916 | 129,210 | autoreload_server | A simple web server for local development that provides an auto-reloading feature. It a... |