Exemple #1
0
 /// <summary>
 /// Gets the derivation value from the Activation Function
 /// </summary>
 /// <param name="value"></param>
 /// <returns></returns>
 public double GetDerivativeValue(double value)
 {
     return(_activationFunction.GetDerivativeValue(value));
 }