From e6baa10fc7855520d42aed276a96160ab901bba5 Mon Sep 17 00:00:00 2001 From: Drew Goddyn Date: Thu, 3 Oct 2024 19:57:35 -0700 Subject: [PATCH] typo, capitalization and the ol' oxford comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de09ffc..7c7c635 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Neural Networks in `ruby` ![NN eye candy](ruby-fann.png) -RubyFann, or "ruby-fann" is a Ruby Gem (no Rails required) that binds to FANN (Fast Artificial Neural Network) from within a ruby/rails environment. FANN is a is a free native open source neural network library, which implements multilayer artificial neural networks, supporting both fully-connected and sparsely-connected networks. It is easy to use, versatile, well documented, and fast. `RubyFann` makes working with neural networks a breeze using `ruby`, with the added benefit that most of the heavy lifting is done natively. +RubyFann, or "ruby-fann" is a Ruby Gem (no Rails required) that binds to FANN (Fast Artificial Neural Network) from within a Ruby/Rails environment. FANN is a free, native, and open source neural network library, which implements multilayer artificial neural networks, supporting both fully-connected and sparsely-connected networks. It is easy to use, versatile, well documented, and fast. `RubyFann` makes working with neural networks a breeze using Ruby, with the added benefit that most of the heavy lifting is done natively. A talk given by our friend Ethan from Big-Oh Studios at Lone Star Ruby 2013: http://confreaks.com/videos/2609-lonestarruby2013-neural-networks-with-rubyfann