schrum2 / MM-NEATv2

MM-NEAT version 2.0 is no longer supported. Please get MM-NEAT 3+ from https://github.com/schrum2/MM-NEAT
Other
11 stars 5 forks source link

Extra convolutional network features #397

Closed schrum2 closed 7 years ago

schrum2 commented 7 years ago

Add support for zero padding, and use of ReLU (or other activation functions?) in convolutional layers.

schrum2 commented 7 years ago

Regarding the ReLU feature, I think that each HyperNEAT substrate should have the ability to indicate which activation functions all of its nodes use. A value of -1 can indicate that the default ftype is used. Add this when others are not fiddling with the substrates as much.