Method | Description | |
---|---|---|
Backward ( SuperArray outputgrad ) : void |
Calculate the gradient of this layer function
|
|
Exp ( ) : SuperchargedArray |
Initializes a new instance of the Exp class.
|
|
Forward ( SuperArray x ) : void |
Forwards the inputs and compute the output
|
public Backward ( SuperArray outputgrad ) : void | ||
outputgrad | SuperArray | The calculated output grad from previous layer. |
return | void |
public Forward ( SuperArray x ) : void | ||
x | SuperArray | The input SuperArray for this layer. |
return | void |