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 2992 - 3022 of 4887   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2992
Wesley, the reason that links coming out of the bias are not splittable originates with what I understood to be a canonical conceptualization of "bias," which...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 1, 2007
7:06 pm
2993
Hey Wesley, sorry for the long wait on this question. I think the answer is that if you draw out the diagrams of the two alternative ways of splitting a...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 12, 2007
6:25 am
2995
Did the message, "Some thoughts about CPPNs," by petar_chervenski get deleted? I was going to respond to it but it seems to be gone. Petar, if you meant to...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 14, 2007
12:24 am
2996
Ken, I deleted it, because I couldn't edit it further and expand it with some other thoughts I had in mind. It was mentioned that I'll add to it, but it turned...
petar_chervenski
petar_cherve...
Offline Send Email
Mar 14, 2007
12:55 pm
2997
Hi everyone, I have been trying to evolve networks using rtNEAT which will learn a given target given the inputs, the target being a real number and the inputs...
Tom McCallum
tmccallum80
Offline Send Email
Mar 14, 2007
5:07 pm
2998
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 : /Class...
neat@yahoogroups.com
Send Email
Mar 14, 2007
8:17 pm
2999
Sure, glad to help. I've attached a zip of the modifications I've had to make in order to get it to compile on a modern Linux system (Fedora Core 5). The...
Chris Spencer
cerynx
Online Now Send Email
Mar 15, 2007
2:42 am
3000
Hi Petar, within the next couple weeks we will finally be releasing new work involving CPPNs that will answer some of these questions, in particular the big...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 15, 2007
6:33 am
3001
Hi everyone, I am going to be speaking about NEAT software at an interesting workshop at GECCO 2007 called the "2007 GECCO Workshop on Open-Source Software for...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 15, 2007
6:54 am
3002
Hi I made my own C++ NEAT implementation, I called it TaoNeat. It main cool features are : * configuration with plain text file * OOP & plugin modular...
Alexandre Devert
marmakoide
Online Now Send Email
Mar 15, 2007
7:21 am
3003
... Hello Alexandre, Is TaoNeat publicly available? I too have (mostly) written my own NEAT in C++, but am interested in other implementations. Thanks, Steve...
Stephen Waits
stevewaits
Offline Send Email
Mar 15, 2007
2:52 pm
3004
Not yet available ! I began to code it 2 months ago... There is no documentation excepted the comments, and there is also some part that don't satisfy me, from...
Alexandre Devert
marmakoide
Online Now Send Email
Mar 15, 2007
3:19 pm
3005
Ho, one more thing about my implementation : here it is an example of a configuration file. As we (maybe) can see, a configuration is just a serialized object...
Alex
marmakoide
Online Now Send Email
Mar 15, 2007
3:31 pm
3006
Hi Stephen and Alexandre, if you are planning to release your systems to the public then I will be happy to mention them if you'd like, but please let me know....
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 15, 2007
7:56 pm
3007
... The reason mine's still considered incomplete, IMO, is because it comes nowhere near the performance you report in your original paper. I don't think I can...
Stephen Waits
stevewaits
Offline Send Email
Mar 15, 2007
10:36 pm
3008
Steve, not a problem, of course the pace you prefer to work is up to you. By the way, at what audience or venue would you be targeting your article? ken ... ...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 16, 2007
1:37 am
3009
... Audience: anyone who has read your papers, and wants to write their own NEAT implementation. My idea is to gather all of the information needed to do a...
Stephen Waits
stevewaits
Offline Send Email
Mar 16, 2007
3:02 pm
3010
Hi my name is Shane Ryan. I am researching using NEAT for time series prediction. I have been lurking in the group for the past few months. I've got a few...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Mar 20, 2007
3:58 pm
3011
Hi, I am in the midst of building a times series predicting framework based on Matt Buckland's windows c++ code. I've removed the visualization aspects. Made...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Mar 20, 2007
4:11 pm
3012
Hi, This isn't really specific to NEAT but I am not working with any other ANN technology right now. I was talking to some colleagues that are working in...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Mar 20, 2007
4:48 pm
3013
I have done the same thing under NEAT and rtNEAT using the C++ version. I have not been able to get particularly good results though from it. My scenario is...
Thomas McCallum
tmccallum80
Offline Send Email
Mar 20, 2007
4:53 pm
3014
Please, by all means. A Sourceforge project is a great idea. It would be nice to see a general purpose cross-platform C++ implementation in a centralized...
Chris Spencer
cerynx
Online Now Send Email
Mar 20, 2007
6:18 pm
3015
Hey Tom, Sounds like you are trying to use the ANN for decision making and not strictly time-series. But that doesn't really matter. IMHO it sounds like you...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Mar 21, 2007
10:31 am
3016
OK I will try and set it up and have it posted on Sourceforge by the end of next week. I need to clean up the code and document it a bit. It won't be up to...
shanemcdonaldryan
shanemcdonal...
Offline Send Email
Mar 21, 2007
10:36 am
3017
I am sure there are more than just a few of us who have had plenty of problems trying to get NEAT compiled and running. So posting something that is...
dat ta
thdm1907
Offline Send Email
Mar 21, 2007
8:23 pm
3018
I second that. I also have experience wrapping Stanley's C++ code with Swig so I could help with porting the library to interpreted languages like Python. ...
Chris Spencer
cerynx
Online Now Send Email
Mar 22, 2007
12:32 am
3019
Variable mutation rates are a valid idea. It has been tried a little to my knowledge, but not extensively. One useful thing might be to have variable...
Kenneth Stanley
kenstanley01
Offline Send Email
Mar 22, 2007
3:56 am
3020
I suggest you to read about MOGA (Mutation Only Genetic Algorithms) and AGA/LHDC/SHDC (Adaptive Genetic Algorithms). But it's not intended to increase...
Rafael C.P.
kuraminhabr
Offline Send Email
Mar 22, 2007
2:46 pm
3021
Hi all Nice talk :D ! Instead of dropping the species that don't improve since a long time, giving them a luck with higher mutations rates since reasonable....
Alexandre Devert
marmakoide
Online Now Send Email
Mar 22, 2007
3:44 pm
3022
I've implemented a PacMan clone in which I've employed NEAT to evolve PacMan's AI. So far the results have been resonably good, and I hope to put the code in...
newtwist2000
Offline Send Email
Mar 22, 2007
10:15 pm
Messages 2992 - 3022 of 4887   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