LoginSignup
0
0

More than 1 year has passed since last update.

AE、VAE、VAE-M

Posted at

AE

入力 =>Encoder=>z(潜在変数)=>Decoder=>出力

VAE

入力 =>Encoder=>z(潜在変数)=>Decoder=>出力
(z~N(0, 1))

損失関数
KLダイバージェンス + α * MSE(入力、出力)

VAE-M

VAEのアルゴリズムの損失関数をM-VAE(x)(非正規化異常度)に置き換える。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0