View source: R/autoencoder_sparse.R
sparsity | R Documentation |
Sparsity regularization
sparsity(high_probability, weight)
high_probability |
Expected probability of the high value of the encoding layer. Set this to a value near zero in order to minimize activations in that layer. |
weight |
The weight of the sparsity regularization |
A Ruta regularizer object for the sparsity, to be inserted in the encoding layer.
Andrew Ng, Sparse Autoencoder. CS294A Lecture Notes
autoencoder_sparse
, make_sparse
, is_sparse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.