Registry / other / ruby-fann

ruby-fann

JSON →
library2.0.2rbrubygemsunverified

Bindings to use FANN from within ruby/rails environment.

gem install ruby-fann
INSTALL
IMPORT
SIG · RUBY-FANN
R
ruby-fann
otherrubyv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RubyFann
require 'ruby_fann'

Create and train a neural network using FANN bindings.

require 'ruby_fann' ann = RubyFann::Standard.new(num_inputs: 2, hidden_neurons: [3], num_outputs: 1) ann.train_on_data(training_data, 1000, 10, 0.01)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
ruby-fann — gem install ruby-fann · libregistry