NeuralNet.serialize

Dump the neural net (topology and weight values) to the specified path.

class NeuralNet
void
serialize
(
string path
)

Parameters

path string

where to dump the neural net.

Meta