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 Omega(h, x) = lambda sum_{i}Vertnabla x h_iVert^2. It is also called a contractive autoencoder.

0

1

Updated 2021-07-08

References


Tags

Data Science