23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"files":["sample1.CSV"],
|
|
"path": "/home/app/model/ModelTrainingPython/FC_ML_Baseline/FC_ML_Baseline_Test/Train/",
|
|
"algorithmParam": {
|
|
"inputSize": 9,
|
|
"outputSize": 8,
|
|
"algorithm": "多项式拟合",
|
|
"activateFun": "sigmod",
|
|
"lossFun": "l1",
|
|
"optimizeFun": "sgd",
|
|
"exportFormat": "bin",
|
|
"trainingRatio": 80,
|
|
"loadSize": 32,
|
|
"studyPercent": 0.001,
|
|
"stepCounts": 3,
|
|
"roundPrint": 10,
|
|
"round": 300,
|
|
"preDisposeData": true,
|
|
"disposeMethod": "minmax",
|
|
"dataNoOrder": true
|
|
},
|
|
"algorithm": "基础神经网络NN"
|
|
} |