Converts an autoencoder into a denoising one by adding a filter for the input data
make_denoising(learner, noise_type = "zeros", ...)
The "ruta_autoencoder"
object
Type of data corruption which will be used to train the
autoencoder, as a character string. See \link{autoencoder_denoising}
for
details
Extra parameters to customize the noisy filter. See
\link{autoencoder_denoising}
for details
An autoencoder object which contains the noisy filter
\link{autoencoder_denoising}