DARTS 2D: Architecture-Weight Arc Diagram
A 2D arc-diagram view of DARTS-style differentiable neural architecture search: the same softmax relaxation and gradient ascent on architecture weights, read out as per-edge composition bars and a live entropy/quality time series instead of a 3D tube scene.
Neural architecture search normally means training thousands of candidate networks from scratch — DARTS makes it tractable by building one shared "supernet" where every edge is a continuous softmax mixture of every candidate operation, then using plain gradient ascent to push each edge's architecture weights toward whichever operation performs best. This 2D companion renders the identical mechanism as a flat arc diagram: six cell nodes sit on a line, each incoming edge arcs above it with a small composition bar showing its live 4-way softmax mixture, and a time-series panel beneath tracks architecture entropy, estimated validation score and training loss iteration by iteration. Adjust the architecture learning rate and softmax temperature, step or play the search, and watch the mixture bars sharpen from an even blend into one dominant operation per edge — then hit Discretize to prune the supernet down to the single derived architecture.
A flat arc-diagram companion to the 3D DARTS visualizer: the same weight-sharing supernet — softmax relaxation over candidate operations on every edge, sharpened by gradient ascent on architecture weights — read out as per-edge composition bars on a 2D cell arc diagram plus a live entropy/validation-score/loss time series, instead of a 3D tube scene.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install