Re: [ANN] clojure-encog has a new name and repo

2012-09-08 Thread Denis Labaye
On Tue, Sep 4, 2012 at 9:05 PM, Jim - FooBar(); jimpil1...@gmail.comwrote: 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...

Re: [ANN] clojure-encog has a new name and repo

2012-09-08 Thread Jim - FooBar();
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

Re: [ANN] clojure-encog has a new name and repo

2012-09-08 Thread Jim - FooBar();
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

Re: [ANN] clojure-encog has a new name and repo

2012-09-08 Thread Denis Labaye
On Sat, Sep 8, 2012 at 2:00 PM, Jim - FooBar(); jimpil1...@gmail.comwrote: 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

Re: [ANN] clojure-encog has a new name and repo

2012-09-08 Thread Jim - FooBar();
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 to

[ANN] clojure-encog has a new name and repo

2012-09-04 Thread Jim - FooBar();
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 brand new repo here : https://github.com/jimpil/enclog and a