Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
def
relu(a):
26
return
a * (a > 0)
27
28
29
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected