<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akmtn</author_name>
  <author_url>https://blog.hatena.ne.jp/akmtn/</author_url>
  <blog_title>akmtn記録</blog_title>
  <blog_url>https://akmtn.hatenablog.com/</blog_url>
  <categories>
    <anon>PyTorch</anon>
  </categories>
  <description>機械学習プロフェッショナルシリーズの「深層学習」のChapter5を参考に，PyTorchでAutoEncoderの実装を行いました． パラメータとしては， 入出力層が28x28次元， 中間層が100次元， （28x28 -&gt; 100 -&gt; 28x28） 中間層の活性化関数はReLU， 出力層の活性化関数は恒等写像， 重みはガウス分布（σ=0.01）で初期化， SGD（重み減衰λ=0.1，モメンタムµ=0.5 Loss関数は二乗誤差 にしました． SGDよりもAdamの方がLossが落ちたのでAdamに変更しました． 結果としては， このようになり，数字は認識できます．画像全体として（背景が？…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakmtn.hatenablog.com%2Fentry%2F2017%2F05%2F18%2F183737&quot; title=&quot; 自己符号化器，AutoEncoderの実装 - akmtn記録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/a/akmtn/20170518/20170518183029.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-05-18 18:37:37</published>
  <title> 自己符号化器，AutoEncoderの実装</title>
  <type>rich</type>
  <url>https://akmtn.hatenablog.com/entry/2017/05/18/183737</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
