Learn Before
Concept

Regularizing Autoencoder

One way to regularize autoencoder is to add a penalty term. The loss function is thus L(x,g(f(x)))+Ω(h,x)L(x, g(f(x))) + \Omega(h, x), where Ω(h,x)=λixhi2\Omega(h, x) = \lambda \sum_{i}\Vert\nabla x h_i\Vert^2. It is also called a contractive autoencoder.

0

1

Updated 2021-07-08

References


Tags

Data Science