Online Learning Compilers#
Follow one compiler workflow from a minimal recurrent model to a stacked one. The walkthrough keeps report and graph inspection beside the model that produced them, then compares the two compiled structures directly.
Compile and inspect#
Compile single-layer and two-layer RNNs in one page, inspect their hidden groups and ETP relations, and compare the compiler decisions.
Diagnostic workflow#
Define the recurrent model and compile it with a representative input.
Read
learner.reportfor included, excluded, and diagnostic decisions.Inspect
learner.graphto verify each parameter-primitive-hidden relation behind the report.Compare the single-layer and two-layer results before generalizing an expected grouping rule.
Resolve structural diagnostics before evaluating learning behavior.
Important
Graphs and reports establish what the compiler selected. They do not, by themselves, demonstrate that an approximate learning rule matches BPTT or produces a valid descent direction.