View source: R/autoencoder_robust.R
make_robust | R Documentation |
Converts an autoencoder into a robust one by assigning a correntropy loss to it. Notice that this will replace the previous loss function
make_robust(learner, sigma = 0.2)
learner |
The |
sigma |
Sigma parameter in the kernel used for correntropy |
An autoencoder object which contains the correntropy loss
\link{autoencoder_robust}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.