Files
ModelTrainingPython/FC_ML_Baseline/FC_ML_Baseline_Test/Train/param-linux.json

23 lines
582 B
JSON
Raw Normal View History

2025-10-21 16:00:07 +08:00
{
"files":["sample1.CSV"],
"path": "/home/app/model/ModelTrainingPython/FC_ML_Baseline/FC_ML_Baseline_Test/Train/",
"algorithmParam": {
2025-10-31 14:40:46 +08:00
"inputSize": 9,
2025-10-21 16:00:07 +08:00
"outputSize": 8,
"algorithm": "多项式拟合",
"activateFun": "sigmod",
"lossFun": "l1",
"optimizeFun": "sgd",
2025-10-31 14:40:46 +08:00
"exportFormat": "bin",
2025-10-21 16:00:07 +08:00
"trainingRatio": 80,
"loadSize": 32,
"studyPercent": 0.001,
"stepCounts": 3,
2025-10-31 14:40:46 +08:00
"roundPrint": 10,
"round": 300,
"preDisposeData": true,
2025-10-21 16:00:07 +08:00
"disposeMethod": "minmax",
2025-10-31 14:40:46 +08:00
"dataNoOrder": true
2025-10-21 16:00:07 +08:00
},
"algorithm": "基础神经网络NN"
}