リサイズはクリックかドラッグ

MultiLayerPerceptronStartLearning メソッド

学習を開始する

名前空間:  Popolo.MachineLearning
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
public double StartLearning(
	double[][] inputs,
	double[][] answers,
	double learnCoef,
	uint maxIteration,
	double errTol
)

パラメーター

inputs
型: SystemDouble
入力[教師データ番号][入力番号]
answers
型: SystemDouble
出力[教師データ番号][出力番号]
learnCoef
型: SystemDouble
学習係数[-]
maxIteration
型: SystemUInt32
最大反復回数[回]
errTol
型: SystemDouble
許容絶対誤差[-](0で最大反復回数まで強制学習)

戻り値

型: Double

["M:Popolo.MachineLearning.MultiLayerPerceptron.StartLearning(System.Double[][],System.Double[][],System.Double,System.UInt32,System.Double)"に対する<returns>がありません]

関連項目