Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created January 27, 2018 11:42
Show Gist options
  • Save NMZivkovic/9500d957c6bd32e426e8faf833ee5449 to your computer and use it in GitHub Desktop.
Save NMZivkovic/9500d957c6bd32e426e8faf833ee5449 to your computer and use it in GitHub Desktop.
public interface IActivationFunction
{
double CalculateOutput(double input);
}
@RLKane47
Copy link

ANN download

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment