MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / predict

Method predict

examples/machine_learning/deep_belief_net.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 array predict(const array &input) {
232 vector<array> signal = forward_propagate(input);
233 array out = signal[num_total - 1];
234 return out;
235 }
236};
237
238int dbn_demo(bool console, int perc) {

Callers 1

dbn_demoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected