RubyGems Navigation menu

rubyneat 0.5.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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  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)
Zeige alle Versionen (15 total)

Runtime Abhängigkeiten (12):

aquarium ~> 0
bond ~> 0
debase ~> 0
deep_dive ~> 0
k-tree ~> 0
queue_ding >= 0
semver2 ~> 3
thor ~> 0

Development Abhängigkeiten (12):

guard ~> 2
jeweler ~> 2
pry >= 0
pry-byebug >= 0
pry-doc >= 0
pry-remote >= 0
pry-rescue >= 0
rspec ~> 3
simplecov ~> 0
yard ~> 0

Besitzer:

Autoren:

  • Fred Mitchell

SHA 256-Prüfsumme:

0d065c15f9efa1ad5119f2d49835431ca0c2bbf8d2441958ec5b76a60986aad7

Downloads insgesamt 28.801

Für diese Version 2.334

Lizenz:

MIT

Erforderliche Ruby-Version: >= 2.0

Links: