MODEL / CAPACITY TRIAGE
LOADING TENSORFLOW.JS

Is training stuck, or is the model too simple?

Train a real linear classifier. Read the loss and every prediction before changing the architecture.

[0,0] 0
[0,1] 1
[1,0] 1
[1,1] 0
TENSORFLOW.JS CONTROLLED COMPARISON

2/4
→ 4/4

--linear loss
--hidden loss
DIAGNOSIS COMPLETE

A representation change solved what more waiting could not.

A single line cannot separate diagonal XOR labels. The hidden layer transforms the inputs so the output layer can draw the needed nonlinear decision.

The intervention comparison holds data, labels, seeds, optimizer family, and decision threshold fixed. Only architecture and scheduled epochs differ.

Super generates helpful tools and automates fact-checking across the internet proactively. If you enjoyed this tool, build your own with Super and share it with a friend.