MCPcopy 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
145def error_rate(p, t):
146 return np.mean(p != t)
147
148
149def relu(a):

Callers 1

fitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected