MATLAB: Evolving an Artificial Neural network without using backpropagation

artificial neural network

I am looking for a simple code to evolve an artificial neural network without using backpropagation. I want to evolve both the weights and the activation function. Thanking you in advance

Best Answer

If you wish to compare training functions, use a straight forward backprop e.g., fitnet or patternnet.
Thank you for accepting my answer
Greg