CodeReclaimers

Results 34 comments of CodeReclaimers

Are there any common NN formats you think might be useful? That's something I've been meaning to look into, but just haven't had time yet.

I haven't used any of those before--for all of my previous NN work, the decision from management was that we had to roll our own, and pyBrain is the only...

Thanks for the context on Lasagne!

I usually just code stuff like scaling in the genome evaluation function, but it would be nice to have some standard machinery available to avoid having to roll it from...

As @d0pa says, my experience is usually that scaling and normalization of parameters are usually application-specific, so I haven't spent a lot of time coming up with something to handle...

I think we could put some helper functions somewhere that would auto-create some input and output transforms based on user-provided ranges. If I can find some time I'll try to...

At the moment, there's no setting available that will force the population to be exactly the specified size. Right off the top of my head I can't remember why this...

Take a look here: https://github.com/CodeReclaimers/neat-python-examples/tree/master/src/single_pole_balancing At one point I thought it was a good idea to break out the examples into a separate project (neat-python-examples), but it's a hassle for...

That looks good to me! If you get it working and post the full code somewhere, let me know and I can include a link to it in the docs...

Apologies for the long silence--I've been overwhelmed with other stuff and just kind of let this fall idle. I appreciate the patch and will take a look as soon as...