<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuhiro-me</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuhiro-me/</author_url>
  <blog_title>みーのぺーじ</blog_title>
  <blog_url>https://pc.atsuhiro-me.net/</blog_url>
  <categories>
    <anon>機械学習</anon>
  </categories>
  <description>前回の記事では，データは固定長という制限がありました．可変長データを扱えるように，Embedding Layerを用いたRecurrent neural network (RNN)で学習してみます． 可変長データの扱い RNNなので，可変長の入力を扱えますが，学習するためには1個のTensorにまとめなければなりません．そのため，データの長さは最大のものに合わせて，データがない部分はpaddingします．このために，keras.preprocessing.sequence.pad_sequences()を使用します．padding=&quot;post&quot;を合わせて指定しておきます*1． Timeseri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpc.atsuhiro-me.net%2Fentry%2F2022%2F07%2F13%2F232342&quot; title=&quot;RNNで加算と減算を機械学習する - みーのぺーじ&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/atsuhiro-me/20220713/20220713225438.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-07-13 23:23:42</published>
  <title>RNNで加算と減算を機械学習する</title>
  <type>rich</type>
  <url>https://pc.atsuhiro-me.net/entry/2022/07/13/232342</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
