测试文件

This commit is contained in:
2025-10-21 16:00:07 +08:00
parent b9cce1d733
commit d7b598e622
5 changed files with 59 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{
"files": ["sample1.CSV"],
"path": "/home/app/model/ModelTrainingPython/FC_ML_Baseline/FC_ML_Baseline_Test/Data_Handle/"
}

View File

@@ -0,0 +1,23 @@
{
"files":["sample1.CSV"],
"path": "/home/app/model/ModelTrainingPython/FC_ML_Baseline/FC_ML_Baseline_Test/Train/",
"algorithmParam": {
"inputSize": 8,
"outputSize": 8,
"algorithm": "多项式拟合",
"activateFun": "sigmod",
"lossFun": "l1",
"optimizeFun": "sgd",
"exportFormat": ".onnx",
"trainingRatio": 80,
"loadSize": 32,
"studyPercent": 0.001,
"stepCounts": 3,
"roundPrint": 11,
"round": 1001,
"preDisposeData": false,
"disposeMethod": "minmax",
"dataNoOrder": false
},
"algorithm": "基础神经网络NN"
}