Skip to content

Instantly share code, notes, and snippets.

@Mehdi-Amine
Last active April 26, 2020 12:17
Show Gist options
  • Save Mehdi-Amine/3536d2ae887c25126f60a1eba8e9ba28 to your computer and use it in GitHub Desktop.
Save Mehdi-Amine/3536d2ae887c25126f60a1eba8e9ba28 to your computer and use it in GitHub Desktop.
def cost_derivative(activation, y):
return (activation - y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment