Skip to content

Latest commit

 

History

History

rumale-neural_network

Rumale::NeuralNetwork

Gem Version BSD 3-Clause License Documentation

Rumale is a machine learning library in Ruby. Rumale::NeuralNetwork provides classifiers and regression algorithms based on multi-layer perceptron, radial basis function network, and random vector functional link network in the Rumale interface.

Installation

Add this line to your application's Gemfile:

gem 'rumale-neural_network'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rumale-neural_network

Documentation

License

The gem is available as open source under the terms of the BSD-3-Clause License.