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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3232 - 3261 of 4894   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3232
Hello, I am experimenting with my implementation of HyperNEAT in C++. The application is a roving eye visual discrimination system. The CPPNs use sigmoids,...
petar_chervenski
petar_cherve...
Offline Send Email
May 1, 2007
11:51 am
3233
Hey Peter, Good to hear that you are making use of the software! As soon as I get through this next milestone, I'll release a 1.1 version which has support...
Jason Gauci
jgmath2000
Offline Send Email
May 1, 2007
2:34 pm
3234
Jason or Ken, I am attempting to understand the nature of inputs & outputs as applied to both the Hypercube and substrate networks, without being limited to...
afcarl2
Offline Send Email
May 1, 2007
5:04 pm
3235
... Have you tried it on a 2D space? Perhaps the extra dimension is stretching the NEAT part of HyperNEAT a bit too far for this problem? --Steve...
Stephen Waits
stevewaits
Offline Send Email
May 1, 2007
5:17 pm
3236
Yes, a 2D space was the first realization. But things got complicated mainly because there is no way to make a matrix-like input layer, and to place the hidden...
petar_chervenski
petar_cherve...
Offline Send Email
May 1, 2007
5:49 pm
3237
Yes I would suggest trying the experiment without a roving eye since in a sense the problem of dealing with different parts of the same field in the same way...
Kenneth Stanley
kenstanley01
Offline Send Email
May 1, 2007
6:09 pm
3238
Andy, I'd say this is a about right. I elaborate a bit below each ... general ... This statement is correct although you might do things that you would avoid...
Kenneth Stanley
kenstanley01
Offline Send Email
May 1, 2007
6:31 pm
3239
Petar, I have used a n-dimensional context space to hold the input and output nodes, and embed the hidden nodes (graph) - genome dual in that space. If you...
Ken Lloyd
kalloyd2
Offline Send Email
May 1, 2007
6:35 pm
3240
Ken, Out of curiosity, what have you been able to do using this representation? ken ... output ... space. ... 2D by ... the ... involving ... Of ... ...
Kenneth Stanley
kenstanley01
Offline Send Email
May 1, 2007
6:48 pm
3241
Ken, One troubling "detail" is that of differences in dimensionality between substrate inputs and outputs. In the examples used in the various papers, the...
afcarl2
Offline Send Email
May 1, 2007
7:05 pm
3242
Andy, There are still a lot of ways to configure the substrate for such a problem, so it's difficult to give a general answer. For example, you might have a...
Kenneth Stanley
kenstanley01
Offline Send Email
May 1, 2007
7:53 pm
3243
Ken, The cited example modification of the paper geometry problem was only to provide an instance in which the dimensionality of the substrate inputs and...
afcarl2
Offline Send Email
May 1, 2007
8:15 pm
3244
Andy, Sure, I understand it was just an example. I went with the example just for illustration, but let me give a shot at a more general answer: I think the...
Kenneth Stanley
kenstanley01
Offline Send Email
May 1, 2007
9:48 pm
3245
Ken, Two issues come to mind. The first is degree of required user intervention in the determination of substrate topology. The second issue is embedability. ...
afcarl2
Offline Send Email
May 1, 2007
10:42 pm
3246
Andy, I think all these ideas are valid and deserve to be explored. Automation is a potentially significant future direction so heuristics for it are an...
Kenneth Stanley
kenstanley01
Offline Send Email
May 2, 2007
4:59 am
3247
Ken, I have a paper being submitted to the Software and Systems Modeling Journal (SoSyM) that illustrates some accomplishments. If it is accepted, I will be ...
Ken Lloyd
kalloyd2
Offline Send Email
May 2, 2007
1:09 pm
3248
Ken, Recursive Supervisor NEAT is reformulated as follows: (a) NEAT moves from namespace to supervisor class; (b) namespace is removed and all classes folded...
afcarl2
Offline Send Email
May 2, 2007
4:34 pm
3249
... So I think your newest statement of HyperNEAT's advantages is fine, and basically I'm with you until about here. Basically I don't see this discussion as...
Joseph Reisinger
joeraii
Offline Send Email
May 2, 2007
5:42 pm
3250
Andy, I see, I understand the rationale. I will be interested to see how things go with your ideas. The main question will be whether the system crosses the...
Kenneth Stanley
kenstanley01
Offline Send Email
May 3, 2007
7:04 am
3251
Hi, a beginners question on understanding fitness sharing. I've referrd to http://tech.groups.yahoo.com/group/neat/message/2292 which gives an outline of...
aimike002
Offline Send Email
May 3, 2007
2:10 pm
3252
Hi, The original fitness is simply the fitness of the individual you assign based ot your experiment :) You divide this fitness by the number of individuals in...
petar_chervenski
petar_cherve...
Offline Send Email
May 3, 2007
2:20 pm
3253
Hi, I downloaded rtNEAT and there was no NEAT configuration file for single-pole experiment (.ne file). If anyone has a decent version of the *.ne files (the...
dat ta
thdm1907
Offline Send Email
May 3, 2007
2:57 pm
3254
Petar, Thanks for the prompt response. Think I understand it now. Also since found Ken's Phd thesis has it on page 43. Adjusted fitness looks like a weighted...
aimike002
Offline Send Email
May 3, 2007
3:35 pm
3255
... Yes, this is the usual way to do fitness sharing. You can notice (in the NEAT FAQ on Ken's home page) that there is also another way to try. You can use...
petar_chervenski
petar_cherve...
Offline Send Email
May 3, 2007
3:55 pm
3256
Ken, While your point is well taken, the significance of the infrastructure differences lies not primarily in the diversity of building blocks, with possible...
afcarl2
Offline Send Email
May 3, 2007
3:59 pm
3257
... Dat, I believe pole2_markov.ne should work fine with the single pole experiment as well. ken...
Kenneth Stanley
kenstanley01
Offline Send Email
May 3, 2007
5:14 pm
3258
Andy, It will be interesting to see whether taking a prior evolved network and designating it as the function of a single node in a higher- level network will...
Kenneth Stanley
kenstanley01
Offline Send Email
May 7, 2007
9:12 pm
3259
Ken, The common underlying thread is that unless adequate infrastructure in in place, there is no way to even attempt anything other than that which fits...
afcarl2
Offline Send Email
May 8, 2007
6:53 pm
3260
Given an arbitrary point "P" in design space, comprised of the following: (a) problem specific inputs (PSIs); (b) auxiliary additional parameters associated w/...
afcarl2
Offline Send Email
May 10, 2007
12:19 am
3261
It would seem that the issue of substrate hidden nodes is mitigated somewhat by the fact that in certain instances they are nothing more than duplicated...
afcarl2
Offline Send Email
May 10, 2007
4:43 pm
Messages 3232 - 3261 of 4894   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