Comment by nurettin
2 days ago
My favorite example is implementing NEAT with keras dense layers instead of graphs. Last time I tried with claude 3.7, it wrote code to mutate the output layer (??). I tried to prevent that a few times and gave up.
2 days ago
My favorite example is implementing NEAT with keras dense layers instead of graphs. Last time I tried with claude 3.7, it wrote code to mutate the output layer (??). I tried to prevent that a few times and gave up.
This NEAT? https://web.archive.org/web/20231205130538/http://www.cs.ucf...
Is the idea to use a keras dense layer to represent a weighted graph by identifying the input nodes with the corresponding outputs?
The idea is to evolve the multi layer dnn using ga
Is there a precise description of what you're trying to do? Maybe the task you gave Claude?