Notebooks Classificador

This commit is contained in:
DiogoCosta18
2026-05-14 16:20:33 +01:00
parent 9ae334410d
commit 2062a91985
734 changed files with 75472 additions and 1730 deletions
@@ -0,0 +1,13 @@
{
"seed": 42,
"cv_folds": 5,
"batch_size": 32,
"num_workers": 4,
"early_stopping_patience": 5,
"lr": 1e-4,
"weight_decay": 1e-4,
"T_max": 15,
"data_dir": "data"
}