MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / predict

Method predict

unsupervised_class2/autoencoder.py:216–217  ·  view source on GitHub ↗
(self, X)

Source from the content-addressed store, hash-verified

214 plt.show()
215
216 def predict(self, X):
217 return T.argmax(self.forward(X), axis=1)
218
219 def forward(self, X):
220 current_input = X

Callers 1

fitMethod · 0.95

Calls 1

forwardMethod · 0.95

Tested by

no test coverage detected