Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ error_rate
Function
error_rate
ann_class2/dropout_tensorflow.py:131–132 ·
view source on GitHub ↗
(p, t)
Source
from the content-addressed store, hash-verified
129
130
131
def
error_rate(p, t):
132
return
np.mean(p != t)
133
134
135
def
relu(a):
Callers
1
fit
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected