ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
SimplePerceptron.hh ファイル

単純パーセプトロンクラス [詳解]

#include <cassert>
#include <array>
#include "Matrix.hh"
#include "ActivationFunctions.hh"
SimplePerceptron.hh の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  ARCS::SimplePerceptron< N, M >
 単純パーセプトロンクラス [詳解]
 

マクロ定義

#define arcs_assert(a)   (assert(a))
 
#define PassedLog()
 
#define EventLog(a)
 
#define EventLogVar(a)
 

詳解

単純パーセプトロンクラス

1層の単純なパーセプトロン

日付
2020/03/05
著者
Yuki YOKOKURA