Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 872 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 872 Bytes

RubyNEAT Examples

Join the chat at https://gitter.im/flajann2/rubyneat_examples

Please see

https://github.com/flajann2/rubyneat

For the actual engine, and:

http://rubyneat.com

for the latest docs.

xor

Basic neural net test for functionality. This is the one exampled used in the documentation at: http://rubyneat.com/wiki/Documentation

xorall

This exercise (nearly) all of the CPPN neuron types.

xoranalog

This tests represents the XOR function as an analog function.

xorsin

Solves the XOR problem using the Sine and Cosine Neurons. This converges very fast with normally no hidden layers.

invpend

Pole Balancing (ongoing, not ready yet)