In artificial neural network, I am using back-propagation to optimize the matrix weight. Can I do further improvement of my network by adjusting individual values of steepness for each neuron. I am using sigmoid function as the activation function.

Thanks in advance,

Similar questions and discussions