Skip to content

Commit c7f510e

Browse files
author
Arsenii Ashukha
authored
Update description.md
1 parent f73760d commit c7f510e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepbayes-school/2018/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ More specifically, we suggest you to implement Fully Connected Autoencoder using
77
We define Autoencoder as two parametric differentiable functions, namely the Encoder (E) and the Decoder(D). Parameters of these two functions are adjusted by minimization of the following loss function:
88
<center>
99
<div>
10-
<img src="https://bayesgroup.github.io/deepbayes-school/2018/description/pics/eq.png" align="middle" width="640">
10+
<img src="https://bayesgroup.github.io/deepbayes-school/2018/pics/eq.png" align="middle" width="640">
1111
</div>
1212
</center>
1313
where the left part is L2 reconstruction loss, the right part is L1 regularizer, and λ is a scalar regularizer weight.

0 commit comments

Comments
 (0)