MCPcopy 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
131def error_rate(p, t):
132 return np.mean(p != t)
133
134
135def relu(a):

Callers 1

fitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected