public MatrixFloat ActivateDeriv()
 {
     return(Neurons.Apply((x) => ActivationFunction.ActivateDeriv(x)));
 }