RubyGems Navigation menu

associative_memory 0.2.0

This is a ruby gem that lets you implement categorization systems with ease. **Associative memory neural networks** make it easy to identify probable patterns between sets of named data points. It can be cumbersome to interface with the neural network directly, however, as a typical convergence matrix has a fixed size and training period, which limits how useful they can be to an integrated system. associative_memory simplifies these kind of machine learning models by offering dynamically configurable input and output sets, and a convergence model that adapts to the inputs you give it each time. This allows your code to concentrate on extrapolating meaningful patterns rather than juggling bitmasks and transposition matrices. Under the hood, associative_memory implements a hetero-associative recurrent neural network designed according to Kosko's landmark paper (http://sipi.usc.edu/~kosko/BAM.pdf) establishing the model. The model then dynamically rebuilds and adapts this network to accomodate new inputs as necessary.

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.2.2 - March 26, 2013 (10 KB)
  2. 0.2.1 - April 26, 2012 (9,5 KB)
  3. 0.2.0 - April 25, 2012 (9,5 KB)

Development Abhängigkeiten (3):

hoe ~> 3.0
newgem >= 1.5.3
rdoc ~> 3.10

Besitzer:

Autoren:

  • Dann Stayskal

SHA 256-Prüfsumme:

ec6124eb111bcd103ee862c9f33289652f5b3f87ccee854c6f2289cd7cfcbc34

Downloads insgesamt 12.971

Für diese Version 4.158

Lizenzen:

k.A.

Erforderliche Ruby-Version: None

Links: