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 to share photos of your group with the world? 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 4730 - 4759 of 4894   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4730
... thanks Ken. i will try Modular NEAT too however, and compare it to Hyper NEAT after that, i think on a big cluster working on small problem modular NEAT...
Nikolai
ker_31_toluca
Offline Send Email
Jul 1, 2009
11:59 am
4731
Hello Nikolai, I did some extensive testing with the modular NEAT code, it is strongly bugged. I tried to fix them but gave up after 6 Weeks. Also I found some...
Robin Ledig
dr_robbe
Offline Send Email
Jul 1, 2009
12:27 pm
4732
Colin, I don't think there is any agreed standard set. However, I generally recommend not having more than one of each kind. For example, Gaussian is...
Kenneth Stanley
kenstanley01
Offline Send Email
Jul 1, 2009
6:22 pm
4733
Robin, just curious, what do you mean by "dynamic substrate configuration?" How will that work? ken...
Kenneth Stanley
kenstanley01
Offline Send Email
Jul 1, 2009
6:23 pm
4734
... Understood. Start with a minimal set and maybe introduce others at a later time if they show promise. E.g. I wonder about functions with abrupt changes in...
Colin Green
alienseedpod
Offline Send Email
Jul 1, 2009
9:10 pm
4735
Hi all, I am involved in a modular robotics project (www.symbrion.eu), where we are developing robots that can hook onto each other to create 'organisms' that...
evertwh2004
Offline Send Email
Jul 2, 2009
7:50 am
4736
Colin, there really has never been a definitive study as far as I know on how different sets of activation functions affect performance. I am sure it would be...
Kenneth Stanley
kenstanley01
Offline Send Email
Jul 2, 2009
6:47 pm
4737
Evert, sounds like a great project. I think there is enough precedent for step 1 that it could be realistically achieved. Of course, step 2 is more...
Kenneth Stanley
kenstanley01
Offline Send Email
Jul 2, 2009
10:09 pm
4738
Hi Ken, Thanks for your reply. I agree that step 2 is the more open. Intuitively, I prefer the interleaving approach as you do, so I'll try that first. As to...
evertwh2004
Offline Send Email
Jul 3, 2009
8:15 am
4739
All, I tend to agree with Ken Stanley. My only study on the effect of activation functions was conducted on a series of 100 double pole balancing experiments ...
Ken Lloyd
kalloyd2
Offline Send Email
Jul 4, 2009
4:04 pm
4740
Hi, i would like to check this idea with you guys. The problem has around 10,000 inputs, and only 3 outputs. So, in order to discover which inputs are more...
Nikolai
ker_31_toluca
Offline Send Email
Jul 6, 2009
7:46 pm
4741
Hi Nikolai, I think that just lowering the add-node mutation rate should be enough, but why so many inputs? Is it a kind of image processing task? Maybe...
petar_chervenski
petar_cherve...
Offline Send Email
Jul 6, 2009
11:43 pm
4742
Hi All, I'm starting some HyperNEAT experiments trying various substrate designs. I'd like to be able to define them intuitively, e.g., in some XML format (a...
evertwh2004
Offline Send Email
Jul 7, 2009
8:59 am
4743
... it is possible to visualize networks with graphviz, together with gifview program from gifsicle tools for gif animation. here is an example of a network in...
Nikolai
ker_31_toluca
Offline Send Email
Jul 7, 2009
1:49 pm
4744
Thanks Nicolai - that's great. Not a GUI, but still great :-). I know that boost::graph can read these files - have you (or anyone else) tried converting...
evertwh2004
Offline Send Email
Jul 7, 2009
1:55 pm
4745
Evert, Yeah, I've re-architected NEAT in such a way as to be compatible for the Boost Graph Library - or any other graph library for that matter. I posted the...
Ken Lloyd
kalloyd2
Offline Send Email
Jul 7, 2009
5:10 pm
4746
We have actually been working on a prototype XML format for substrates. It's important to note that the information in a substrate is more than the...
Kenneth Stanley
kenstanley01
Offline Send Email
Jul 8, 2009
4:40 am
4747
Ken, Thanks for your reply - I would appreciate your code. I work in C++, but I'm sure the C# code will help me sort things out. Cheers, Evert...
evertwh2004
Offline Send Email
Jul 8, 2009
7:38 am
4748
Such an XML standard would be a good thing to have. While I agree that an expressive XML definition as you suggest is a nice thing, it does put the onus on the...
evertwh2004
Offline Send Email
Jul 8, 2009
8:00 am
4749
... Hey Evert, I wrote a 3d substrate visualizer for the HyperNEAT C++ implementation, but it isn't polished enough to release to the public yet. I've been...
Jason Gauci
jgmath2000
Offline Send Email
Jul 8, 2009
12:50 pm
4750
Hi Jason, That sounds like a very useful tool - pretty much what I meant. What requirements does it have (i.e., ms windows or openGL)? Cheers, Evert...
evertwh2004
Offline Send Email
Jul 8, 2009
1:20 pm
4751
Evert, I have been exploring creating models of systems and substrates for TWEANN neuroevolution in both UML and SysML, the latter being a profile of the ...
Ken Lloyd
kalloyd2
Offline Send Email
Jul 8, 2009
1:44 pm
4752
Hi Ken, Thanks for the clarification. As a follow-up, do you have any suggestions on how to handle mixed geometric and non-geometric data? For instance, if...
tansey@...
tansey4
Offline Send Email
Jul 8, 2009
3:45 pm
4753
It uses the OGRE engine, which uses directx or opengl under the hood....
Jason Gauci
jgmath2000
Offline Send Email
Jul 9, 2009
3:57 am
4754
Hello, I'm having the hardest time trying to compile Hyperneat 2.6 on Fedora 11 using GCC 4.4. I already have zlib-devel packages installed, so I try and...
gururise
Offline Send Email
Jul 9, 2009
4:14 am
4755
Hey there, You should start by building the zlib library included with the source code. To build the included zlib, do this: cd /(the source root...
Jason Gauci
jgmath2000
Offline Send Email
Jul 9, 2009
4:33 am
4756
Just the ticket, then. I look forward to your sharing it with us. Cheers, Evert...
evertwh2004
Offline Send Email
Jul 9, 2009
6:59 am
4757
Hello, Browsing the archives, its obvious other's have worked on this problem using NEAT with varying degrees of success. I'm using the rtNeat C++ package...
gururise
Offline Send Email
Jul 11, 2009
7:35 pm
4758
Hi, Just a couple of thoughts. If you're training on a long period of price data then you should probably inflation adjust the prices, e.g. yahoo finance has...
Colin Green
alienseedpod
Offline Send Email
Jul 11, 2009
10:11 pm
4759
Hi, i have trying to compile HyperNEAT under gentoo, and i have a linking error: master Hypercube_NEAT # make Linking CXX shared library ../out/libNEAT.so [...
Nikolai
ker_31_toluca
Offline Send Email
Jul 17, 2009
12:47 am
Messages 4730 - 4759 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