<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wolfbash</author_name>
  <author_url>https://blog.hatena.ne.jp/wolfbash/</author_url>
  <blog_title>強まっていこう</blog_title>
  <blog_url>https://wolfbash.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>ディープラーニング</anon>
    <anon>python</anon>
  </categories>
  <description>wolfbash.hateblo.jp上の記事では、学習なしで AND回路を作ってみました。今回は前回のコードに対して学習のコードを加えます。 #!/usr/bin/env python import os import numpy as np class NeuralNetwork(): saveFile = 'train.npy' def __init__(self, inSize, outSize, hidSize): if os.path.isfile(NeuralNetwork.saveFile): w = np.load(NeuralNetwork.saveFile) self.w…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwolfbash.hateblo.jp%2Fentry%2F2018%2F12%2F02%2F184147&quot; title=&quot;ディープラーニングで実際簡単なものを学習させてみる - 強まっていこう&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>2018-12-02 18:41:47</published>
  <title>ディープラーニングで実際簡単なものを学習させてみる</title>
  <type>rich</type>
  <url>https://wolfbash.hateblo.jp/entry/2018/12/02/184147</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
