Tgk DL Training Options¶
🟣 Max 📌 DeepLearning
CreateDlTrainingOptions · Component_ML\Comp_ML.DeepLearning.cs
创建TorchSharp表格深度学习训练选项。
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| 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 = |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| result | result | result |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)