Add layers to a NeuralNet object, based on a netdef-string. More...
Public Member Functions | |
publicapi STATIC bool | createNetFromNetdef (NeuralNet *net, std::string netdef) |
Add layers to a NeuralNet object, based on a netdef-string.
eg "8c5-mp2" will add a convolutional layer with 8 filter, each 5 by 5; and one max-pooling layer, over 2x2 based on the notation proposed in Multi-column Deep Neural Networks for Image Classification
publicapi STATIC bool NetdefToNet::createNetFromNetdef | ( | NeuralNet * | net, |
std::string | netdef | ||
) |