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_theano.py:145–146 ·
view source on GitHub ↗
(p, t)
Source
from the content-addressed store, hash-verified
143
144
145
def
error_rate(p, t):
146
return
np.mean(p != t)
147
148
149
def
relu(a):
Callers
1
fit
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected