Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ predict
Method
predict
unsupervised_class2/vanishing.py:110–111 ·
view source on GitHub ↗
(self, X)
Source
from the content-addressed store, hash-verified
108
plt.show()
109
110
def
predict(self, X):
111
return
T.argmax(self.forward(X), axis=1)
112
113
def
forward(self, X):
114
Z = X
Callers
2
fit
Method · 0.95
sk_mlp.py
File · 0.45
Calls
1
forward
Method · 0.95
Tested by
no test coverage detected