neat icon indicating copy to clipboard operation
neat copied to clipboard

NEAT (NeuroEvolution of Augmenting Topologies) implemented in Go

Results 4 neat issues
Sort by recently updated
recently updated
newest added

Hello ! First of all, thanks for this amazing library. I'm trying to get into machine learning, and I saw on youtube a guy that used the NEAT algorythm (...

Hi! First i wanted to thank you for the effort you put into this project. I'm having issues evaluating even the example you posted (XOR). So i trained the network...

Is there a way to save and load prior trained models? Forgive my ignorance as I am new but would it be as simple as serializing/deserializing the neat instance?

Occasionally fails tests with unmatching number of inputs panic; I think it has to do with concurrency.