Skip to content

Instantly share code, notes, and snippets.

@BenTenmann
Last active January 23, 2021 17:56
Show Gist options
  • Save BenTenmann/bc024e2511145b489bbc124dfa4cf423 to your computer and use it in GitHub Desktop.
Save BenTenmann/bc024e2511145b489bbc124dfa4cf423 to your computer and use it in GitHub Desktop.
tds_2
def loss(t,y):
err = 0.5 * (t-y)**2
return err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment