![]() |
ARCS6 AR6-REV.24062600
|
単層パーセプトロンクラス [詳解]
#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"
クラス | |
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層のパーセプトロンレイヤ
1層のパーセプトロンレイヤ