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 3095 - 3124 of 4888   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3095
Hey Colin, Or anyone else who is interested. Does anyone have any recommendations for papers on intraday financial time series analysis? I have quite a library...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Apr 2, 2007
3:43 pm
3096
I'm a Mechanical Engineer and I'm rather new to Neural Networks. I'm currently doing research in Q-Learning in the area of walking robots. I ran across NEAT...
crazyhamster03
Offline Send Email
Apr 5, 2007
3:36 pm
3097
Maybe the best thign to do would be to contact Shimon Whiteson and find out if he's able to share his own NEAT+Q code. He is the one who created NEAT+Q and he...
Kenneth Stanley
kenstanley01
Offline Send Email
Apr 8, 2007
9:49 pm
3098
Thanks, I'd really appreciate it. I'll see what I can do about getting in touch with him. ... a ... space ... 2 ... link ... clear ... position, ... 10 ... ...
crazyhamster03
Offline Send Email
Apr 9, 2007
4:43 pm
3099
... I'm new to Q learning (since reading your post here a few days ago). I've read about it a bit, and wonder how useful it is for thing other than state...
Stephen Waits
stevewaits
Offline Send Email
Apr 9, 2007
5:11 pm
3100
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the neat group. File : /TSNEAT Source.zip...
neat@yahoogroups.com
Send Email
Apr 10, 2007
11:00 am
3101
Is there an installation how-to anywhere? Can't seem to run make on it - do I need cmake or something to compile these files? Cheers Tom ... -- PS Note this...
Tom McCallum
tmccallum80
Offline Send Email
Apr 10, 2007
11:16 am
3102
OK I was too lazy for now to properly set up the Source Forge project. I've put a copy of my source code in the files section. The project should compile quite...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Apr 10, 2007
11:22 am
3103
Hey Tom, Sorry I usually import it into KDevelop and compile it from there. I will try and get it to compile via command line make post the updates here soon. ...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Apr 10, 2007
11:30 am
3104
OK I will fix this properly in the next version. But to make the two executables this is the workaround for Linux. cd to the "neatl" directory and create a...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Apr 10, 2007
1:07 pm
3105
I have just finished posting my entry into the NEAT world: https://sourceforge.net/projects/aipac AIPac (or PacAI - I tend to swap them) is a program that...
newtwist2000
Offline Send Email
Apr 10, 2007
4:10 pm
3106
Kirk, this program looks really cool but it crashes for me right after it starts up. It manages to show the initial screen (I see Pac Man on the board) but...
Kenneth Stanley
kenstanley01
Offline Send Email
Apr 10, 2007
9:12 pm
3107
... It did run for me (Windows XP, P4@3GHz, 3.25GB RAM). I didn't know how to control it the program though. I did watch the video too. I'm wondering what...
Stephen Waits
stevewaits
Offline Send Email
Apr 10, 2007
9:53 pm
3108
Wouldn't you know it the one that crashes is Ken's?? Craziness. There are no dependencies other than the various files in the Resources directory and the...
newtwist2000
Offline Send Email
Apr 10, 2007
10:34 pm
3109
... re: Inputs.. I wonder if some global information in addition to your local observations may be useful? For example, you may divide the grid up into 2x2...
Stephen Waits
stevewaits
Offline Send Email
Apr 11, 2007
1:20 am
3110
So a few days back I mentioned some adaptive representations work I've been doing using NEAT to study the effects of "development" on evolvability. This...
Joseph Reisinger
joeraii
Offline Send Email
Apr 11, 2007
3:00 am
3111
I'm disappointed there are crash issues cropping up. I'll do some tests and make sure I haven't missed something in the distribution. I like your idea for...
newtwist2000
Offline Send Email
Apr 11, 2007
3:22 am
3112
Here's a couple of things to try: In the parameter file AIPac.param, find the Replicates parameter which should be 10. Set this to 2. You can also make the...
newtwist2000
Offline Send Email
Apr 11, 2007
3:35 am
3113
Hey everyone! I'm pleased to announce that I have a software release of my HyperNEAT package that I used for the GECCO 2007 paper. The software is released...
Jason Gauci
jgmath2000
Offline Send Email
Apr 11, 2007
4:39 am
3114
I am sure this must have been done but I can't find any papers on it. Has anyone tried starting out with an initial population that connects all the inputs to...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Apr 11, 2007
9:49 am
3115
Hi Shane, I don't know what the identity function is exactly.. I need to learn that. But I suppose you can also try to split the neuron activation into stages,...
petar_chervenski
petar_cherve...
Offline Send Email
Apr 11, 2007
1:46 pm
3116
Identity function is f(x) = x, simple =) I've thought about multi-activation-functions populations as you 2 proposed. My contribution here is to add the sine...
Rafael C.P.
kuraminhabr
Offline Send Email
Apr 11, 2007
2:19 pm
3117
This is the Identity function? Heh, I call it linear.. So I have this already :) You're right that a simple mutation will have a significant impact, but what...
petar_chervenski
petar_cherve...
Offline Send Email
Apr 11, 2007
3:19 pm
3118
Totally agreed! Your solution seems good for the problem. About the 4 functions (MIN, MAX, ADD (default), MUL), do you mean apply them before the activation...
Rafael C.P.
kuraminhabr
Offline Send Email
Apr 11, 2007
3:53 pm
3119
Hey, all that things will simply take us to genetic programming at the end... ... -- ========= Rafael C.P. =========...
Rafael C.P.
kuraminhabr
Offline Send Email
Apr 11, 2007
4:51 pm
3120
Well, in some point of view, Neuro-Evolution is a genetic programming scheme, composing many many "1/(1+exp(-(weighted_inputs * x)))" in such a way, that the...
petar_chervenski
petar_cherve...
Offline Send Email
Apr 11, 2007
5:29 pm
3121
Please note that HyperNEAT 1.0 C++ by Jason Gauci has been moved to this location on our eplex site: http://eplex.cs.ucf.edu/index.php? ...
Kenneth Stanley
kenstanley01
Offline Send Email
Apr 12, 2007
4:53 am
3122
... I didn't run it (I'd love an OS X binary), but I took at look at Jason's code for a few minutes last night. It is one of the cleaner NEAT implementations....
Stephen Waits
stevewaits
Offline Send Email
Apr 12, 2007
5:26 am
3123
Well I am not sure if I would personally add in specific operators like add multiply, std dev etc. This makes the problem start to stray towards Genetic...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Apr 12, 2007
11:07 am
3124
I haven't tried to compile my application for OS/X, but I think if you follow the instructions for linux, it should compile fine. I can try to create an OS/X...
Jason Gauci
jgmath2000
Offline Send Email
Apr 12, 2007
1:22 pm
Messages 3095 - 3124 of 4888   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