Discussion:
xor
larryl
2006-09-10 18:17:48 UTC
Permalink
Hi
I've made a program that using GA-ANN finds xor.
This one is quite stable now. I've made it so I can explore some GA and
ANN techniques.
At this stage it is still an educational program with clean code.
If you would like to try it fetch it from repository:
annevolve/trunk/users/liimatainen/gann

/larry


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Mitchell Timin
2006-09-11 00:06:58 UTC
Permalink
Post by larryl
Hi
I've made a program that using GA-ANN finds xor.
This one is quite stable now. I've made it so I can explore some GA and
ANN techniques.
At this stage it is still an educational program with clean code.
annevolve/trunk/users/liimatainen/gann
I took a look. I was very surprised that it was written in Lisp! But
that's OK. If any of our readers can run lisp, I hope they try it out
and post their results.

If you want to continue with this development I have a couple of
suggestions:

1. Post some messages about it in lisp forums and user groups. Give
them the URL for the SVN trunk. You can also post them in
comp.ai.neural-nets and comp.ai.genetic. It is also worth a news story
for ANNEvolve if you or Jonno or anyone wants to write it.

2. Try it with a more challenging problem. It does not have to be as
complex as Evsail-sailchallenge, but it should be more difficult than
XOR. Something that will require at least, say 8 or 10 neurons? I
would help you with this part if you wish. Not by writing any lisp code
(which I have no knowledge of), but I could write an algorithm for you
in pseudocode.

Good work!

m
--
I'm proud of http://ANNEvolve.sourceforge.net. If you want to write software, or articles, or do testing or research for ANNEvolve, let me know.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Loading...