Sha256: 3e7a6dfe2f3fdc17fc517cb5fdc29bd6a5d26fdd5d8357a01ca7c009e61ce473
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
# Rumale::NeuralNetwork [![Gem Version](https://badge.fury.io/rb/rumale-neural_network.svg)](https://badge.fury.io/rb/rumale-neural_network) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-neural_network/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/NeuralNetwork.html) Rumale is a machine learning library in Ruby. Rumale::NeuralNetwork provides classifier and regression based on multi-layer perceptron with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-neural_network' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-neural_network ## Documentation - [Rumale API Documentation - NeuralNetwork](https://yoshoku.github.io/rumale/doc/Rumale/NeuralNetwork.html) ## License The gem is available as open source under the terms of the [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
Version data entries
5 entries across 5 versions & 1 rubygems