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

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

#include <cassert>
#include <array>
#include <cmath>
#include <string>
#include "Matrix.hh"
#include "NeuralNetParamDef.hh"
#include "ActivationFunctions.hh"
#include "RandomGenerator.hh"
#include "Statistics.hh"
#include "CsvManipulator.hh"
SingleLayerPerceptron.hh の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >
 単層パーセプトロンクラス [詳解]
 

マクロ定義

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

詳解

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

1層のパーセプトロンレイヤ

日付
2020/05/10
著者
Yokokura, Yuki

1層のパーセプトロンレイヤ

日付
2021/12/11
著者
Yokokura, Yuki