MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / predict

Method predict

bench/embedding_experiment.py:121–123  ·  view source on GitHub ↗
(self, X: np.ndarray)

Source from the content-addressed store, hash-verified

119 self.b1 -= self.lr * db1
120
121 def predict(self, X: np.ndarray) -> np.ndarray:
122 _, _, _, probs = self._forward(X)
123 return probs.argmax(axis=1)
124
125
126def run_experiment():

Callers 1

run_experimentFunction · 0.45

Calls 1

_forwardMethod · 0.95

Tested by

no test coverage detected