public interface IActivationFunction | |
{ | |
double CalculateOutput(double input); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public interface IActivationFunction | |
{ | |
double CalculateOutput(double input); | |
} |
This comment has been minimized.
ANN download