<?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』（以下、『ゼロからDL』） ２章パーセプトロンのAND,OR,NANDは重みとバイアス値だけが異なる。 パーセプトロンとは、 複数の信号を入力として受け取り、一つの信号を出力する処理。 信号は、「流す：１」「流さない：０」の2値のみ。 今後、 ニューラルネットワークや ディープラーニングへと進む上で必要な考え方。 # cat and.py import numpy as np # 重みとバイアスを用いたANDゲート def AND(x1, x2): x = np.array([x1, x2]) #入力 w = np.array([0.5, 0.5]) …</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%2F161207&quot; title=&quot;Pythonでパーセプトロンperceptron関数 - 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-03 16:12:07</published>
  <title>Pythonでパーセプトロンperceptron関数</title>
  <type>rich</type>
  <url>https://kaeken.hatenablog.com/entry/2016/11/03/161207</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
