Description Usage Arguments Details Value See Also
View source: R/rbmUnitFunctions.R
Calculates the linear neuron output with no transfer function from real
value input saved in data
.
1 2 | linearUnitRbm(rbm, data, biases, weights, runParams,
matMult = getParameter(".matMult", ...), ...)
|
rbm |
A instance of the class |
data |
A matrix with the data for the calculations. |
biases |
The biases for the calculations. |
weights |
The weight matrix for the calculations. |
runParams |
Parameters which indicates the status of the training. |
matMult |
Matrix multiplication function. |
... |
Additional parameters, used for paramete resolution. |
The return value is a list with the output of the neurons as first
entry and binary representation calculated through a comparison of the
output with random numbers. The random numbers a generated with the
function rnorm
.
The real value and binary activations for the units
Other RBM unit functions: sigmoidUnitRbm
,
tanhUnitRbm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.