Description Usage Arguments Details Value See Also
Runs the DArch
in a feed-forward manner and returns the output.
1 2 |
darch |
A instance of the class |
data |
The input data to execute the darch on. |
inputLayer |
Into which layer the given data is to be fed. Absolute number starting at 1 for the input layer. |
outputLayer |
The output of which layer is to be returned, absolute number starting a 0 for the input layer (i.e. pre-processed data is returned). |
matMult |
Function to use for matrix multiplication. |
Input and output layer can be chosen via the parameters inputLayer
and outputLayer
.
The network output
Other darch execute functions: runDArchDropout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.