Tgk DL 训练选项¶
🟣 Max 📌 DeepLearning
CreateDlTrainingOptions · Component_ML\Comp_ML.DeepLearning.cs
创建TorchSharp表格深度学习训练选项。
输入参数¶
| 参数 | 缩写 | 类型 | 说明 |
|---|---|---|---|
| Regression | |||
| 64 | string hiddenLayers = " | ||
| ? | |||
| 100 | int epochs = | ||
| 32 | int batchSize = | ||
| 001 | |||
| Worker | |||
| Cpu | |||
| 0 | int deviceId = | ||
| false | bool fallbackToCpu = | ||
| ZScore | |||
| 1 | int seed = | ||
| ? | |||
| 2 | |||
| true | bool enableEarlyStopping = | ||
| 20 | int earlyStoppingPatience = | ||
| 0 | |||
| 0 | |||
| 0 | |||
| None | |||
| 5 | |||
| 30 | int lrStepSize = |
返回值¶
| 参数 | 缩写 | 类型 | 说明 |
|---|---|---|---|
| 结果 | result | 结果 |
📝 补充说明¶
(此处可手动补充使用示例、注意事项等)