Skip to content

Instantly share code, notes, and snippets.

@SemantiveCode
Created December 18, 2018 13:41
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 SemantiveCode/b0470d19c54fffa4b2d1d48728b73a16 to your computer and use it in GitHub Desktop.
Save SemantiveCode/b0470d19c54fffa4b2d1d48728b73a16 to your computer and use it in GitHub Desktop.
import numpy as np
def bare_numpy(v, u):
return np.sqrt(np.sum((v - u) ** 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment