RubyGems Navigation menu

rubyneat 0.4.0.alpha.3

RubyNEAT -- Neural Evolution of Augmenting Topologies for Ruby. By way of an enhanced form of Genetic Algorithms -- the NEAT algorithm, populations of neural nets are evolved to handle pre-defined goals. RubyNEAT is the first implementation of the NEAT algorithm for Ruby, and it leverages Ruby's power to implement the NEAT algorithm in a way that would be difficult to do in other languages. The 'activation function' is largely standalone. Basically, activation is achieved by functional programming. Meaning, once your network is evolved, you can extract it as source code you can then utilize without the RubyNEAT engine. RubyNEAT can be used for nearly any Machine Learning task you can dream of, because it's also extensible and modular. See http://rubyneat.com for the details.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.5.3 - May 23, 2017 (37 KB)
  2. 0.5.2 - April 18, 2017 (59.5 KB)
  3. 0.5.0 - April 16, 2017 (59.5 KB)
  4. 0.4.6 - May 19, 2017 (59.5 KB)
  5. 0.4.5 - April 02, 2017 (59.5 KB)
  6. 0.4.0.alpha.3 - August 03, 2014 (36.5 KB)
Show all versions (15 total)

Runtime Dependencies (12):

aquarium ~> 0
bond ~> 0.5
debase ~> 0
deep_dive ~> 0
gosu ~> 0
queue_ding >= 0
rb-readline ~> 0.5
rubyvis ~> 0
thor ~> 0

Development Dependencies (7):

guard ~> 2
jeweler ~> 2
rspec ~> 2
semver ~> 1
simplecov ~> 0
yard ~> 0

Owners:

Authors:

  • Fred Mitchell

SHA 256 checksum:

57f22f919d490f24049433959f9cd08bc01b6abace5a6a7a082c3de19eb0d789

Total downloads 28,975

For this version 2,039

License:

MIT

Required Ruby Version: >= 2.0

Required Rubygems Version: > 1.3.1

Links: