新建仓库维护数据预测项目

This commit is contained in:
13151580307
2025-10-17 14:59:16 +08:00
commit 516126d2a5
72 changed files with 82332 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"path": ["D:\\liyong\\project\\TVS_ML\\FC_ML_Baseline\\FC_ML_Baseline_Test\\Train"],
"algorithmParam": {
"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"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff