Skip to content

Instantly share code, notes, and snippets.

@Mr4k
Last active September 1, 2020 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mr4k/01dca39b7f950e565d7414f52e6d26d1 to your computer and use it in GitHub Desktop.
Save Mr4k/01dca39b7f950e565d7414f52e6d26d1 to your computer and use it in GitHub Desktop.
def loss(circles):
return ((render(circles) - target) ** 2).sum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment