MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / relu

Function relu

ann_class2/theano2.py:25–26  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

23
24
25def relu(a):
26 return a * (a > 0)
27
28
29def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected