Description Usage Arguments Author(s) Examples
Rda
, Rsda
, Rrbm
and Rdbn
will return an instantiated deeplearning
object
for denoising autoencoder, stacked denoising autoencoder, restricted Boltzmann machine and deep belief net.
train
and reconstruct
are for training and reconstructing from denoising autoencoder and restricted Boltzmann machine;
pretrain
, finetune
and predict
are used for pretraining, finetuning and predicting
using stacked denoising autoencoder and deep belief net.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
x |
The training dataset. |
y |
The labels for training dataset. |
test |
The testing dataset. |
hidden |
The number of hidden representation in each layer. |
object |
An instantiated |
Qiang Kou
1 2 3 4 5 6 7 |
Attaching package: 'RcppDL'
The following object is masked from 'package:stats':
predict
$PretrainLearningRate
[1] 0.1
$PretrainingEpochs
[1] 1000
$FinetuneLearningRate
[1] 0.1
$FinetuneEpochs
[1] 500
$ContrastiveDivergenceStep
[1] 1
$PretrainLearningRate
[1] 0.1
$FinetuneLearningRate
[1] 0.1
[,1] [,2]
[1,] 0.997371818 0.002628182
[2,] 0.003426181 0.996573819
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.