<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akihirokondo511</author_name>
  <author_url>https://blog.hatena.ne.jp/akihirokondo511/</author_url>
  <blog_title>あきちゃんログ</blog_title>
  <blog_url>https://www.akichan.tech/</blog_url>
  <categories>
    <anon>機械学習</anon>
  </categories>
  <description>多層パーセプトロン(MLP)で、MNISTの手書き数字を認識する。 実装するのは3層のMLPだ。つまり、中間層が2層と出力層が1層の構成となる。高い正解率を目指すため、ユニット数も多くする。ただし、過学習を防ぐために、何らかの正則化をする必要がある。 今回使う正則化テクニックは、ドロップアウトと呼ばれるものだ。まず、ドロップアウト率、すなわち、ユニット(ニューロン)が一時的に消去される確率pを定める。そして、パラメータの更新ごとに、各ユニットを確率pで一時的に消去する。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.akichan.tech%2Fentry%2F2018%2F12%2F21%2F191015&quot; title=&quot;多層パーセプトロン(MLP)による手書き数字認識(Kerasでの実装) - あきちゃんログ&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/akihirokondo511/20181221/20181221190914.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-12-21 19:10:15</published>
  <title>多層パーセプトロン(MLP)による手書き数字認識(Kerasでの実装)</title>
  <type>rich</type>
  <url>https://www.akichan.tech/entry/2018/12/21/191015</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
