neat

Any good SharpNEAT tutorial?

SharpNEAT is a NeuroEvolution of Augmenting Topologies (NEAT) library in C#. The whole thing sounds pretty exciting but I can't find a damn sample/tutorial anywhere! Any help appreciated! ...

Representing a 2D map of doubles in as few "parameters" as possible.

Hi Guys, I am working on a turn-based-game AI using a neural-network technique known as NEAT. I am attempting to train a network that can move around a two dimensional (X&Y coords) space given a variety of values that are stored in what is effectively a two dimensional array. I can see two strategies for using the neural network: For...