This is a simple machine learning library written in Ruby. It provides implementations for some common machine learning algorithms. Helper methods to work with training and testing data are also included.
- Classifiers (Linear Regression and Multi-class Perceptron).
- Load matrices from files.
- Matrix splicing.
- K-fold cross validation.
- Visualization tools.