DeepCL  v4.0.0rc5
Deep convolutional neural networks using OpenCL
 All Classes Functions
Public Member Functions | List of all members
NetdefToNet Class Reference

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

Public Member Functions

publicapi STATIC bool createNetFromNetdef (NeuralNet *net, std::string 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 
)
Public API

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