<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>satojkovic</author_name>
  <author_url>https://blog.hatena.ne.jp/satojkovic/</author_url>
  <blog_title>stMind</blog_title>
  <blog_url>https://stmind.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>NNの構成 # initialize mlp = MLP(n_input_units=2, n_hidden_units=3, n_output_units=1) XORを実現する3層のニューラルネットワークを例として実装します。入力層は2、隠れ層は3、出力層は1つのニューロンを持ちます。 class MLP(object): &quot;&quot;&quot; 3 Layered Perceptron &quot;&quot;&quot; def __init__(self, n_input_units, n_hidden_units, n_output_units): self.nin = n_input_units self.nhid = n_…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fstmind.hatenablog.com%2Fentry%2F2014%2F06%2F16%2F145524&quot; title=&quot;Pythonで多層パーセプトロンの実装例 - stMind&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>2014-06-16 14:55:24</published>
  <title>Pythonで多層パーセプトロンの実装例</title>
  <type>rich</type>
  <url>https://stmind.hatenablog.com/entry/2014/06/16/145524</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
