rubyml
There are 49 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
red-data-tools/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
thoughtfulml/examples
examples from "Thoughtful Machine Learning"
gbuesing/neural-net-ruby
A neural network, written in Ruby
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
vicentereig/dspy.rb
The Ruby framework for programming—rather than prompting—language models.
asafschers/scoruby
Ruby Scoring API for PMML
paulgoetze/weka-jruby
Machine Learning & Data Mining with JRuby
patterns-ai-core/weaviate-ruby
Ruby wrapper for the Weaviate vector search database API
daugaard/linear-regression
Linear regression implemented in Ruby.
instruct-rb/instruct
Instruct LLMs to do what you want in Ruby
patterns-ai-core/qdrant-ruby
Ruby wrapper for the Qdrant vector search database API
arbox/ruby-interoperability
Ruby Mixture with other Programming Languages
daugaard/q-learning-simple-game
Example of reinforcement learning using q-learning to teach an AI to play a game in Rub
thedayisntgray/ForcastingTheFuture
Materials related to my talk on using machine learning in Ruby
patterns-ai-core/milvus
Ruby wrapper for the Milvus vector search database API
gbuesing/pca
Principal component analysis (PCA) in Ruby
giuse/machine_learning_workbench
Workbench for practical machine learning in Ruby.
arjunmenon/smalltext
Classify short texts with neural network.
daugaard/example-neural-network
Example of creating and using a Neural Network in Ruby
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-random-forest-ocr
Example of using the Random Forest algorithm for OCR in Ruby.