powered by
Sparsity regularization
sparsity(high_probability, weight)
A Ruta regularizer object for the sparsity, to be inserted in the encoding layer.
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.
The weight of the sparsity regularization
Sparse deep belief net model for visual area V2
Andrew Ng, Sparse Autoencoder. CS294A Lecture Notes
autoencoder_sparse, make_sparse, is_sparse
autoencoder_sparse
make_sparse
is_sparse