Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ get_output
Function
get_output
ann_class2/cntk_example.py:97–99 ·
view source on GitHub ↗
(node, X, Y)
Source
from the content-addressed store, hash-verified
95
96
# helper function
97
def
get_output(node, X, Y):
98
ret = node.forward(dict(inputs=X, labels=Y))
99
return
list(ret[1].values())[0].mean()
100
101
102
costs = []
Callers
3
cntk_example.py
File · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected