rubyml
There are 47 repositories under rubyml topic.
arbox/machine-learning-with-ruby
Curated list: Resources for machine learning in Ruby
patterns-ai-core/langchainrb
Build LLM-powered applications in Ruby
igrigorik/decisiontree
ID3-based implementation of the ML Decision Tree algorithm
mrkn/pycall.rb
Calling Python functions from the Ruby language
arbox/nlp-with-ruby
Curated List: Practical Natural Language Processing done in Ruby
yoshoku/rumale
Rumale is a machine learning library in Ruby
ankane/eps
Machine learning for Ruby
jekyll/classifier-reborn
A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
febeling/rb-libsvm
Ruby language bindings for LIBSVM
gbuesing/neural-net-ruby
A neural network, written in Ruby
thoughtfulml/examples
examples from "Thoughtful Machine Learning"
giuse/DNE
A set of neuroevolution experiments with/towards deep networks
ankane/xgboost-ruby
High performance gradient boosting for Ruby
gbuesing/kmeans-clusterer
k-means clustering in Ruby
ankane/lightgbm-ruby
High performance gradient boosting for Ruby
asafschers/scoruby
Ruby Scoring API for PMML
paulgoetze/weka-jruby
Machine Learning & Data Mining with JRuby
daugaard/linear-regression
Linear regression implemented in Ruby.
patterns-ai-core/weaviate-ruby
Ruby wrapper for the Weaviate vector search database API
arbox/ruby-interoperability
Ruby Mixture with other Programming Languages
patterns-ai-core/qdrant-ruby
Ruby wrapper for the Qdrant vector search database API
thedayisntgray/ForcastingTheFuture
Materials related to my talk on using machine learning in Ruby
gbuesing/pca
Principal component analysis (PCA) in Ruby
patterns-ai-core/milvus
Ruby wrapper for the Milvus vector search database API
giuse/machine_learning_workbench
Workbench for practical machine learning in Ruby.
arjunmenon/smalltext
Classify short texts with neural network.
gbuesing/mnist-ruby-test
Handwritten digit OCR in Ruby
giuse/simple_ga
Simple Genetic Algorithm for demonstration purposes
secryst/secryst
seq2seq transformer in Ruby
daugaard/example-svm
Example of implementing Support Vector Machine (SVM) with RBF (Gaussian) kernel in Ruby using rb-libsvm. .
daugaard/example-linear-regression
An example of implementing linear regression in Ruby.
daugaard/example-random-forest-ocr
Example of using the Random Forest algorithm for OCR in Ruby.
yoshoku/rumale-svm
Rumale::SVM provides support vector machine algorithms of LIBSVM and LIBLINEAR with Rumale interface