{
  "kind": "constructed exact teaching examples; no empirical benchmark",
  "source": "https://dlsyscourse.org/slides/7-nn-framework.pdf",
  "residual": {
    "x": [
      1.0,
      2.0
    ],
    "W1": [
      [
        1.0,
        -1.0
      ],
      [
        0.5,
        0.5
      ]
    ],
    "W2": [
      [
        1.0,
        2.0
      ],
      [
        -1.0,
        1.0
      ]
    ],
    "y": [
      4.0,
      3.5
    ],
    "loss": 14.125,
    "input_gradient": [
      9.75,
      9.25
    ]
  },
  "versions": {
    "numpy": "2.3.2",
    "matplotlib": "3.10.6"
  },
  "dimensions": [
    1600,
    900
  ],
  "gif_duration_ms": 14000,
  "palette": {
    "background": "#F7F1E5",
    "ink": "#302E2A",
    "blue": "#365E78",
    "terracotta": "#984B38",
    "sage": "#526746",
    "ochre": "#84621F"
  }
}