DeepCL  SNAPSHOT
Deep convolutional neural networks using OpenCL
Static Public Member Functions | List of all members
NetdefToNet Class Reference

Add layers to a NeuralNet object, based on a netdef-string. More...

Static Public Member Functions

static publicapi bool createNetFromNetdef (NeuralNet *net, std::string netdef)
 
static publicapi bool createNetFromNetdefCharStar (NeuralNet *net, const char *netdef)
 

Detailed Description

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

Public API

Member Function Documentation

publicapi STATIC bool NetdefToNet::createNetFromNetdef ( NeuralNet net,
std::string  netdef 
)
static
Public API
publicapi STATIC bool NetdefToNet::createNetFromNetdefCharStar ( NeuralNet net,
const char *  netdef 
)
static
Public API

The documentation for this class was generated from the following files: