Search the web
Sign In
New User? Sign Up
neat · NEAT Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3656 - 3685 of 4886   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3656
Hi all, Having read the recent CPPN papers from Ken's group it seems to me that this is potentially a large leap forward for neuro-evolution. So for me an...
Colin Green
alienseedpod
Offline Send Email
Dec 2, 2007
11:32 pm
3657
Please find included below (4) useful libraries for NEAT C++ code development: "CString-clone Using Standard C++", O'Leary, Joe. A Drop-In replacement for...
afcarl2
Offline Send Email
Dec 3, 2007
3:01 am
3658
Hi Colin, yes I agree that visual domains would be interesting to revisit. More generally, domains with potentially many inputs and/or outputs that are...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 3, 2007
10:06 pm
3659
We've released executables and source code for Dance Evolution, which allows you to interactively evolve dancers to any MIDI song: ...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 3, 2007
10:16 pm
3660
Hi Ken, The good people over at http://galaxyzoo.org/ announced today that each galaxy in their database has been categorized by 30 people (on average). Sounds...
Colin Green
alienseedpod
Offline Send Email
Dec 3, 2007
10:52 pm
3661
Hi all, I remember that we discussed one issue about visual recognition with HyperNEAT (CPPNs) and one particular problem arised and this the problem of...
petar_chervenski
petar_cherve...
Offline Send Email
Dec 4, 2007
1:40 am
3662
Thank you Ken, it is really fun thing to play with :) What about using LIs (leaky integrators) to produce smoother movements and stuff? I think this could make...
petar_chervenski
petar_cherve...
Offline Send Email
Dec 4, 2007
1:59 am
3663
Hi, all. My idea for using NEAT/rtNEAT is for my honours project at uni where I, hopefully, will be using NEAT/rtNEAT in a game. One major idea I have had...
titan_ex3
Offline Send Email
Dec 4, 2007
8:48 am
3664
Hi Tom, This is a great idea for an application of NEAT, but this thread is about CPPNs/HyperNEAT, a new kind of indirect encoding, not the original NEAT which...
petar_chervenski
petar_cherve...
Offline Send Email
Dec 4, 2007
2:30 pm
3665
Hi Peter, Thanks for the ideas. I can see now that I really need to go back into the message archive and acth up on some of the past CPPn discussions. e.g. I...
Colin Green
alienseedpod
Offline Send Email
Dec 4, 2007
10:38 pm
3666
For those interested in CPPNs and HyperNEAT I would also suggest starting out with a domain that is not too complicated just to get a little practice since...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 4, 2007
11:38 pm
3667
(Yahoo seems to have lost my first response to this post so in case it appears later I apologize for responding twice..I sent it out yesterday and it still...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 4, 2007
11:40 pm
3668
I agree, but I need to mention that some domains do not require setting up a substrate at all. Consider the drawing of a picture and transforming it to a...
petar_chervenski
petar_cherve...
Offline Send Email
Dec 5, 2007
10:39 pm
3669
Peter, you are right about the interpretation of both -1 and 1 as white. This tradition goes back to Mattias Fagerlund's DelphiNEAT- based Genetic Art. One...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 7, 2007
8:23 pm
3670
Stanley, I'd like to know if you've analyzed the Cellular Encoding approach while developing NEAT and what's your view about Cellular Encoding X Direct ...
Rafael C.P.
kuraminhabr
Offline Send Email
Dec 12, 2007
6:37 pm
3671
Rafael, our 2002 paper on NEAT does include a comparison with Cellular Encoding (CE): http://nn.cs.utexas.edu/keyword?stanley:ec02 Our 2003 "Taxonomy for...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 12, 2007
7:13 pm
3672
I should add that as far is direct vs. indirect, I would go with indirect on very complex problems, but CE is probably not the best indirect encoding today. ...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 12, 2007
7:15 pm
3673
Hi all, I've been looking at the jneat code, specifically Genome.mutate_add_node, to try to understand how innovations work in this case. If the connection to...
Rob
auto_phile
Offline Send Email
Dec 13, 2007
4:44 pm
3674
Hi Peter, Did you eventually modify SharpNeat to support validation data sets? Or does anybody know if there any Neat implementations/code snippets etc out...
krn_2k
Offline Send Email
Dec 13, 2007
10:21 pm
3675
Hi Keith, I wrote the CodePlex version of SharpNEAT one week last summer. It's essentially the same as the official SharpNEAT (Sourceforge version), but it has...
tansey@...
tansey4
Offline Send Email
Dec 14, 2007
12:31 am
3676
Hi Rob, The solution to this problem is to look in the genome for a node ID that matches the newly created one. If such a node is present in the genome, then...
petar_chervenski
petar_cherve...
Offline Send Email
Dec 14, 2007
8:11 am
3677
Hi all, In response to the original question I think the suggestion given was about right - override the population evaluator class being used ...
Colin Green
alienseedpod
Offline Send Email
Dec 14, 2007
1:45 pm
3678
Yet another "I can't get XOR to work" post :( I'm trying to implement a NEAT package in ECJ. To test it, I'm running XOR with fixed topology, but my runs only...
Rob
auto_phile
Offline Send Email
Dec 15, 2007
5:06 pm
3679
Hi Rob, Without going too deep into your post - I've got a vague memory of XOR requiring two hidden nodes. Colin....
Colin Green
alienseedpod
Offline Send Email
Dec 15, 2007
5:13 pm
3680
... Binary XOR only requires a single hidden node. -- Stephen Waits steve@... http://swaits.com/...
Stephen Waits
stevewaits
Offline Send Email
Dec 15, 2007
5:58 pm
3681
Actually, depending on your perspective, both of you are correct. If a hidden node is limited to one input and one output it takes two hidden nodes for XOR....
Ken Lloyd
kalloyd2
Offline Send Email
Dec 15, 2007
6:12 pm
3682
OK, so my hidden node has three input connections -- from the two inputs and the bias node. The output node has four input connections, from the two inputs,...
Rob
auto_phile
Offline Send Email
Dec 16, 2007
1:01 am
3683
Hi Rob, I used SharpNeat to search the fixed topology you described (so weight mutation only) with the same activation function and I came up with a working...
Colin Green
alienseedpod
Offline Send Email
Dec 16, 2007
4:03 pm
3684
Colin, are you sure that SharpNEAT flushes the network between the 4 input examples of XOR? I think I remember someone telling me that there was a some kind...
Kenneth Stanley
kenstanley01
Offline Send Email
Dec 17, 2007
12:29 am
3685
... You may be thinking of ANJI. That happened with us when we first implemented XOR. Oh, look, it solved XOR...yay! Oh wait, the error is huge when we ...
Derek James
blue5432
Offline Send Email
Dec 17, 2007
12:55 am
Messages 3656 - 3685 of 4886   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help