jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
743 stars 268 forks source link

Elliott Activation Function is broken. (NaN everywhere) #128

Closed sysaxed closed 11 years ago

sysaxed commented 11 years ago

Here's "hello world" XOR example with Elliott Activation Function http://pastebin.com/7F1FUUf7

As a result I get: Epoch #1 Error:NaN Neural Network Results: 0.0,0.0, actual=NaN,ideal=0.0 1.0,0.0, actual=NaN,ideal=1.0 0.0,1.0, actual=NaN,ideal=1.0 1.0,1.0, actual=NaN,ideal=0.0

jeffheaton commented 11 years ago

This is now fixed.