On 08/09/12 16:56, Denis Labaye wrote:
Anyway, it works fine with the 0.5.2-SNAPSHOT (I've got "network
traing" logs), but how do I use the network I just trained ?
In your example I would like to give it a new input, and see if "it"
learned correctly his xor lesson :)
basically, you need t
On Sat, Sep 8, 2012 at 2:00 PM, Jim - FooBar(); wrote:
> Hi Denis,
>
> you cannot bring 2 vars named 'network' in the same namespace...
>
I choose another name for the network, but even with that I got the
clojure.lang.MultiFn cannot be cast to
org.encog.neural.networks.ContainsFlat (I just copi
Hi Denis,
as promised, I pushed enclog 0.5.2-SNAPSHOT to clojars 5 minutes ago and
updated the demo examples on github to show the new code style. tested
all the examples and everything works just fine...if you find anything
unusual feel free to poke me :-)
aaa btw 0.5.2 has nice documentati
Hi Denis,
you cannot bring 2 vars named 'network' in the same namespace...It is
partly my fault cos since I changed 'make-network' to 'network' I should
have changed the examples as well...try again but instead of 'network'
define your neural-net as 'net' or something cos there is alaredy a
'
On Tue, Sep 4, 2012 at 9:05 PM, Jim - FooBar(); wrote:
> Hi all,
>
> just wanted to let you know that I renamed 'clojure-encog' to *enclog*
> ...release 0.5.0 does not add anything but several 'library coding
> standards' that i was previously not aware of, have been addressed...
>
> I created a