Pinned Loading
-
jaro_winkler.py
jaro_winkler.py 1import math
23class JaroWinkler:
45def jaro_winkler(self, d, r):
-
my-simple-nn.py
my-simple-nn.py 1def sigmoid(x):
2return 1/(1+np.exp(-x))
34def backprop(x):
5return x * (1-x)
-
sa.py
sa.py 1class SuffixAutomaton:
23def __init__(self):
4self.states = []
5self.link = []
-
graphhopper/graphhopper
graphhopper/graphhopper PublicOpen source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
-
-
felipexw/hackathon-research-team
felipexw/hackathon-research-team PublicRepositório dos códigos fontes do Hacktthon da Senior 2017
Swift 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.