<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>any-programming</author_name>
  <author_url>https://blog.hatena.ne.jp/any-programming/</author_url>
  <blog_title>何でもプログラミング</blog_title>
  <blog_url>https://any-programming.hatenablog.com/</blog_url>
  <categories>
    <anon>F#</anon>
    <anon>機械学習</anon>
  </categories>
  <description>今回はニューラルネットワークで利用される、逆誤差伝播法をF#で実装してみたいと思います。実装をするに際し、Math.NETライブラリを利用しています。 レイヤーの定義 今回は、全結合のAffine層、ReLU活性化層、Softmax最終活性化層を定義しました。その他の層が欲しい場合は、ここに定義を追加していく形となります。またAffine層の初期化として、He初期値を利用する関数も定義しました。 type Layer = | Affine of weight : Matrix&lt;double&gt; * bias : Vector&lt;double&gt; | ReLU type LastLayer = | S…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fany-programming.hatenablog.com%2Fentry%2F2018%2F02%2F20%2F103552&quot; title=&quot;F#で逆誤差伝播法 - 何でもプログラミング&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-02-20 10:35:52</published>
  <title>F#で逆誤差伝播法</title>
  <type>rich</type>
  <url>https://any-programming.hatenablog.com/entry/2018/02/20/103552</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
