Skip to content

Commit d286dac

Browse files
committed
final
1 parent 654d794 commit d286dac

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

deepbayes-school/2018/description.md renamed to deepbayes-school/2018/task/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/pics/eq.png" align="middle" width="640">
10+
<img src="https://bayesgroup.github.io/deepbayes-school/2018/task/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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)