end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2022-09-03から1日間の記事一覧

numpy for python によるニューラルネットワーク学習 (誤差逆伝播法版)

GitHub - oreilly-japan/deep-learning-from-scratch: 『ゼロから作る Deep Learning』(O'Reilly Japan, 2016) 「ゼロから作るDeep Learning ① (Pythonで学ぶディープラーニングの理論と実装)」 p.156~163 の写経です。 以前、以下のentryでは、勾配計算に…

Affine層とSoftmax-with-Loss層の計算グラフとnumpy for python実装

github.com 「ゼロから作るDeep Learning ① (Pythonで学ぶディープラーニングの理論と実装)」 p.147~154の写経として、以下の朱書き部分を計算グラフ化します。 目次 Affineレイヤ Softmax-with-Lossレイヤ Affine ReLU ・ ・ ・ ・ Affine Softmax input …