過去記事まとめ Lua版 ゼロから作るDeep Learning まとめ はじめに 今回は原書4章の二層ニューラルネットワークを実装します。 スクリプトは以下の通りです。 --Copyright (C) 2017 Kazuki Nakamae --Released under MIT License --license available in LICENSE file common = require './common' --[[***クラスの定義*******************************************************************]] --- simpleNetクラス(オブジェクト) -- 単純なニューラルネットワークを生成する -- @param input_size 入力層のニューロン数{Type:Tensor} -- @param