Sha256: b7172ec11bbfe682a74425293a9a3e38e0fd0a1954f75bcaca16ac29827d7b3b
Contents?: true
Size: 894 Bytes
Versions: 2
Compression:
Stored size: 894 Bytes
Contents
== Description A Ruby extension that provides a 2-Layer Back Propagation Neural Network, which can be used to categorize datasets of arbitrary size. The network can be easily stored to or restored from the hard disk with the help of Ruby's Marshal facility. == Author Florian Frank <mailto:flori@ping.de> == License This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation: http://www.gnu.org/copyleft/gpl.html == Download The latest version of <b>neuro</b> can be found at * http://rubyforge.org/frs/?group_id=554 The homepage should be located at * http://neuro.rubyforge.org == Examples An example for optical character recognition can be found in the examples subdirectory. Don't forget to check out the tests subdirectory, which contains some additional examples.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neuro-0.4.2 | doc-main.txt |
neuro-0.4.1 | doc-main.txt |