Initial commit

This commit is contained in:
Daniel Alves Rösel
2026-04-02 18:47:14 +02:00
committed by GitHub
commit 90ad5e0260
94 changed files with 7797 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"dataset_name": "synthetic_classification",
"train_samples": 2048,
"input_dim": 16,
"num_classes": 3,
"seed": 42,
"dataset_path": "ml/data/processed/dataset.pt"
}