{
  "mode": "single",
  "config": {
    "learning_rate": 0.8,
    "max_epochs": 5000,
    "hidden_size": 2,
    "seed": 42,
    "shuffle_each_epoch": false
  },
  "result": {
    "converged": true,
    "epochs_run": 616,
    "final_accuracy": 1.0,
    "final_loss": 0.130557,
    "predictions": [
      0,
      1,
      1,
      0
    ],
    "raw_outputs": [
      0.1104,
      0.5134,
      0.847,
      0.4998
    ],
    "hidden_size": 2
  }
}