<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kaeken</author_name>
  <author_url>https://blog.hatena.ne.jp/kaeken/</author_url>
  <blog_title>kaeken(嘉永島健司)ブログ</blog_title>
  <blog_url>https://kaeken.hatenablog.com/</blog_url>
  <categories>
    <anon>Deep Learning</anon>
  </categories>
  <description>『ゼロから作るDeep Learning』３章続き。 ニューラルネットワークの順方向forward処理について。 # 順方向forward処理：入力から出力方向への伝達処理。あとで逆方向backward処理について学ぶ # 以下3層ニューラルネットワーク構成とする # 入力層(第0層) # 隠れ層1(第1層) # 隠れ層2(第2層) # 出力層(第3層) # cat forward.py #!/usr/bin/env python import numpy as np import my_module as my def init(): #初期化 n = {} # weight n['W1']…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaeken.hatenablog.com%2Fentry%2F2016%2F11%2F05%2F184822&quot; title=&quot;ニューラルネットワーク　フォワード方向処理『ゼロから作るDeep Learning』３章 - kaeken(嘉永島健司)ブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-11-05 18:48:22</published>
  <title>ニューラルネットワーク　フォワード方向処理『ゼロから作るDeep Learning』３章</title>
  <type>rich</type>
  <url>https://kaeken.hatenablog.com/entry/2016/11/05/184822</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
