ruby-fann icon indicating copy to clipboard operation
ruby-fann copied to clipboard

Ruby library for interfacing with FANN (Fast Artificial Neural Network)

Results 19 ruby-fann issues
Sort by recently updated
recently updated
newest added

What is input data? 0...1.0 or -1.0....+1.0 ?

I don't know if this gem is compatible with ruby 2.7.0+. But, i am receiving a massive segmentation fault when I attempt to run the rb file. Can someone please...

Hi, is there an option anywhere to specify the learning rate and / or the momentum for the training? Thanks.

Is this gem maintained or open to new maintainers?

I'm having the same problem as this guy: http://stackoverflow.com/questions/9746062/training-neural-network-in-ruby Training doesn't do very well despite pretty predictive data: Max epochs 1000000. Desired error: 0.0010000000. Epochs 1. Current error: 0.7620287538. Bit...

Dear ruby-fann contributors, we've recently added `ruby-fann` to our Awesome RubyML list: https://github.com/arbox/machine-learning-with-ruby Ruby bindings for FANN are really important for the Ruby ML ecosystem. So we introduced the `rubyml`...

Hey, Just wondering if it's possible to use this gem for outlier classification or the one class classification wherein I only have data for positive or negative and I want...

i want to train network to sum two numbers but i have an error with this code ``` data = [] 100.times { data data, :desired_outputs=> data.map{|e| e.inject(:+)}) ``` error...

This code cause [BUG] Segmentation fault ``` raw_input = " 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1...

As per subject, is it possible .https://www.githubarchive.org/