NetTrain[net, {input1 -> output1, input2 -> output2, …}]
NetTrain[net, <| port1 -> {data11, data12, …}, port2 -> {…}, … |>]
NetTrain[net, "dataset"]
NetTrain[net, f]
NetTrain[net, data, "prop"]
NetTrain[net, data, All]
- BatchSize — default Automatic
- LearningRate — default Automatic
- LearningRateMultipliers — default Automatic
- LossFunction — default Automatic
- MaxTrainingRounds — default Automatic
- Method — default Automatic
- PerformanceGoal — default Automatic
- TargetDevice — default "CPU"
- TimeGoal — default Automatic
- TrainingProgressMeasurements — default Automatic
- TrainingProgressCheckpointing — default None
- RandomSeeding — default 1234
- TrainingProgressFunction — default None
- TrainingProgressReporting — default Automatic
- TrainingStoppingCriterion — default None
- TrainingUpdateSchedule — default Automatic
- ValidationSet — default None
- WorkingPrecision — default Automatic