<?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>3章になって結構重くなってきたので、ゆっくりやっていく。 ・活性化関数activation function：入力信号の総和を出力信号に変換する関数 ・ステップ関数（階段関数）：閾値を境にして出力が切り替わる関数 ・パーセプトロンでは、ステップ関数を使っている def step_function(x): if x &gt; 0: return 1 else: return 0 #配列引数対応版 def step_function(x): y = x &gt; 0 # 配列要素に対して不等号の演算をしてTrue/Falseのbool値を返す return y.astype(np.int) # boolからi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaeken.hatenablog.com%2Fentry%2F2016%2F11%2F03%2F232414&quot; title=&quot;3章ニューラルネットワーク(ステップ関数・シグモイド関数・ReLU関数）『ゼロから作るディープラーニング』 - 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>https://cdn-ak.f.st-hatena.com/images/fotolife/k/kaeken/20161103/20161103223008.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-11-03 23:24:14</published>
  <title>3章ニューラルネットワーク(ステップ関数・シグモイド関数・ReLU関数）『ゼロから作るディープラーニング』</title>
  <type>rich</type>
  <url>https://kaeken.hatenablog.com/entry/2016/11/03/232414</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
