RubyGems Navigation menu

rubyneat 0.4.0.alpha.5

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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.5.3 - May 23, 2017 (37KB)
  2. 0.5.2 - April 18, 2017 (59.5KB)
  3. 0.5.0 - April 16, 2017 (59.5KB)
  4. 0.4.6 - May 19, 2017 (59.5KB)
  5. 0.4.5 - April 02, 2017 (59.5KB)
  6. 0.4.0.alpha.5 - March 26, 2016 (86.5KB)
全てのバージョンを表示(全15件)

Runtime依存関係 (11):

aquarium ~> 0
bond ~> 0
debase ~> 0
deep_dive ~> 0
queue_ding >= 0
semver ~> 1
thor ~> 0

Development依存関係 (6):

guard ~> 2
juwelier >= 0
rspec ~> 2
simplecov ~> 0
yard ~> 0

所有者:

作者:

  • Fred Mitchell

SHA 256チェックサム:

de084876bcfe383ee50aec9fb6a2e144b31021cd5abe8d6cee4e04c6e0ab24b1

累計ダウンロード数 29,192

このバージョンのみ 2,346

ライセンス:

MIT

必要なRubyのバージョン: >= 2.0

必要なRubyGemsのバージョン: > 1.3.1

リンク: