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

Which graphical interface is more better to test with the dataset? http://leenissen.dk/fann/wp/graphical-interface/

Its not a issue from api, but the link is off :( http://ruby-fann.rubyforge.org/

I am not familiar with ruby/C interface, but it seems to me support for such functions are missing. Though I can do input/output normalization myself, it would be better to...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

this works on 1.4.0 ``` RubyFann::TrainData.new( inputs: inputs, desired_outputs: outputs ) ``` gives the following error on 1.4.1 with the same parameters ``` no implicit conversion of Array into Integer...

gem install ruby-fann Fetching ruby-fann-1.4.1.gem Building native extensions. This could take a while... ERROR: Error installing ruby-fann: ERROR: Failed to build gem native extension. current directory: /usr/local/lib64/ruby/gems/3.1.0/gems/ruby-fann-1.4.1/ext/ruby_fann /usr/bin/ruby31 -I /usr/lib64/ruby/site_ruby/3.1.0...

When trying to install the ruby-fann 1.4.1 gem using $ gem install ruby-fann on my Debian 10.13 box with gcc 8.3.0, I get the following error: ``` Building native extensions....

I believe I have a clean fann and ruby-fann install. But for some reason, the test program which I copied from this site crashes as below. rubyai@enterprise:~/d.ruby.stuff$ apt list |...

Attempting to `gem ins ruby-fann` with Ruby v3.3.0 with latest MacOS on an M2max chip. I'm seeing compiler errors on the extension. ``` $ gem install ruby-fann Building native extensions....