Skip to content

Commit

Permalink
New graphic for github page.
Browse files Browse the repository at this point in the history
  • Loading branch information
git-steven committed Mar 25, 2024
1 parent d2aaa33 commit 96163a4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
_Fast_ **AI**


![NN eye candy](nn1.png)

---
Neural Networks in `ruby`

[![Gem Version](https://badge.fury.io/rb/ruby-fann.png)](http://badge.fury.io/rb/ruby-fann)

![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.

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
Expand Down
4 changes: 2 additions & 2 deletions docs/README_md.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ <h1 id="label-RubyFann"><a href="RubyFann.html"><code>RubyFann</code></a><span><

<p><em>Fast</em> <strong>AI</strong></p>

<p><img src="nn1.png"></p>

<p>— Neural Networks in <code>ruby</code></p>

<p><a href="http://badge.fury.io/rb/ruby-fann"><img src="https://badge.fury.io/rb/ruby-fann.png"></a></p>

<p><img src="ruby-fann.png"></p>

<p><a href="RubyFann.html"><code>RubyFann</code></a>, 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. <code>RubyFann</code> makes working with neural networks a breeze using <code>ruby</code>, with the added benefit that most of the heavy lifting is done natively.</p>

<p>A talk given by our friend Ethan from Big-Oh Studios at Lone Star Ruby 2013: <a href="http://confreaks.com/videos/2609-lonestarruby2013-neural-networks-with-rubyfann">confreaks.com/videos/2609-lonestarruby2013-neural-networks-with-rubyfann</a></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/created.rid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Thu, 21 Mar 2024 16:40:18 -0500
README.md Wed, 20 Mar 2024 21:13:38 -0500
Mon, 25 Mar 2024 03:18:51 -0500
README.md Mon, 25 Mar 2024 03:18:00 -0500
lib/ruby-fann.rb Mon, 14 Aug 2023 16:08:17 -0500
lib/ruby_fann.rb Mon, 14 Aug 2023 16:08:17 -0500
lib/ruby_fann/neurotica.rb Mon, 14 Aug 2023 16:08:17 -0500
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ <h1 id="label-RubyFann"><a href="RubyFann.html"><code>RubyFann</code></a><span><

<p><em>Fast</em> <strong>AI</strong></p>

<p><img src="nn1.png"></p>

<p>— Neural Networks in <code>ruby</code></p>

<p><a href="http://badge.fury.io/rb/ruby-fann"><img src="https://badge.fury.io/rb/ruby-fann.png"></a></p>

<p><img src="ruby-fann.png"></p>

<p><a href="RubyFann.html"><code>RubyFann</code></a>, 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. <code>RubyFann</code> makes working with neural networks a breeze using <code>ruby</code>, with the added benefit that most of the heavy lifting is done natively.</p>

<p>A talk given by our friend Ethan from Big-Oh Studios at Lone Star Ruby 2013: <a href="http://confreaks.com/videos/2609-lonestarruby2013-neural-networks-with-rubyfann">confreaks.com/videos/2609-lonestarruby2013-neural-networks-with-rubyfann</a></p>
Expand Down
Binary file modified docs/js/navigation.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/js/search_index.js

Large diffs are not rendered by default.

Binary file modified docs/js/search_index.js.gz
Binary file not shown.
Binary file modified docs/js/searcher.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/ruby_fann/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RubyFann
module VERSION
MAJOR = 2
MINOR = 0
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
Binary file added ruby-fann.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96163a4

Please sign in to comment.