Description Usage Format Examples
autoencoder.object
is an example object of class autoencoder
containing the weights, biases and
other parameter of a sparse autoencoder with N.input=100
, N.hidden=25
, with sparsity parameter
rho=0.01
, trained on a dataset of 5000 image patches of 10 by 10 pixels, randomly cropped from decoloured nature photos.
1 | data('autoencoder_Ninput=100_Nhidden=25_rho=1e-2')
|
The format is: chr "autoencoder_Ninput=100_Nhidden=25_rho=1e-2"
1 2 3 4 5 6 7 8 9 | ## Load a pre-trained autoencoder object with N.input=100 and N.hidden=5*5,
## trained on unlabeled set of 5000 image patches of size Nx.patch by Ny.patch,
## randomly picked from 10 nature photos, and visualize the features
## learned by its hidden units:
data('autoencoder_Ninput=100_Nhidden=25_rho=1e-2')
## Visualize hidden units' learned features:
(autoencoder.object,Nx.patch=10,Ny.patch=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.