Example of creating and using a Neural Network in Ruby

July 3, 2017 ยท View on GitHub

This example will show how to implement a simple neural network for classification in Ruby using ruby-fann.

For more information about this network see the blog post Implementing Simple Classification using a Neural Network in Ruby.